diff --git a/customize.dist/loading.js b/customize.dist/loading.js index dc073aff8..52a70b5c3 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -241,7 +241,7 @@ p.cp-password-info{ animation-timing-function: cubic-bezier(.6,0.15,0.4,0.85); } -button.primary{ +button:not(.btn).primary{ border: 1px solid #4591c4; padding: 8px 12px; text-transform: uppercase; @@ -250,7 +250,7 @@ button.primary{ font-weight: bold; } -button.primary:hover{ +button:not(.btn).primary:hover{ background-color: rgb(52, 118, 162); } diff --git a/www/common/inner/properties.js b/www/common/inner/properties.js index 58f10e738..143c32d81 100644 --- a/www/common/inner/properties.js +++ b/www/common/inner/properties.js @@ -12,6 +12,8 @@ define([ Messages, nThen) { var Properties = {}; + Messages.documentID = Messages.documentID || 'Document identifier'; // XXX + var getPadProperties = function (Env, data, opts, _cb) { var cb = Util.once(Util.mkAsync(_cb)); var common = Env.common; @@ -19,6 +21,13 @@ define([ var $d = $('
'); if (!data) { return void cb(void 0, $d); } + if (data.channel) { + $('