[Rt-commit] rt branch, master, updated. rt-4.2.11-119-gd1baa0a
? sunnavy
sunnavy at bestpractical.com
Tue Jun 23 12:13:21 EDT 2015
The branch, master has been updated
via d1baa0a7733cad36dd221409f1f4c1e09e46b3d5 (commit)
via 1e0ccce67abc5c66e8076ea4bfc89426fc087b5d (commit)
via 073661afaed8cef1cc43e60476a7f493a254a061 (commit)
from 87995c72caae6ac32695c040fdcb5a12b9167074 (commit)
Summary of changes:
.../TitleBoxEnd => Elements/AttachmentWarning} | 18 ++--
share/html/Elements/JavascriptConfig | 1 +
share/html/Elements/MessageBox | 22 ++--
share/html/Ticket/Elements/AddAttachments | 2 +-
share/html/Ticket/Forward.html | 4 +-
share/html/m/ticket/create | 2 +-
share/html/m/ticket/reply | 4 +-
share/static/css/base/forms.css | 8 ++
share/static/css/rudder/forms.css | 11 ++
share/static/js/util.js | 115 +++++++++++++++++++++
10 files changed, 164 insertions(+), 23 deletions(-)
copy share/html/{Widgets/TitleBoxEnd => Elements/AttachmentWarning} (88%)
- Log -----------------------------------------------------------------
commit d1baa0a7733cad36dd221409f1f4c1e09e46b3d5
Merge: 87995c7 1e0ccce
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Jun 24 00:01:49 2015 +0800
Merge branch '4.4/missing-attachment-warning'
diff --cc share/static/js/util.js
index 795b112,38f309a..6cc2acf
--- a/share/static/js/util.js
+++ b/share/static/js/util.js
@@@ -384,5 -456,5 +498,6 @@@ jQuery(function()
});
});
ReplaceAllTextareas();
+ jQuery('select.chosen').chosen({ width: '20em', placeholder_text_multiple: ' ', no_results_text: ' ', search_contains: true });
+ AddAttachmentWarning();
});
-----------------------------------------------------------------------
More information about the rt-commit
mailing list