[Rt-commit] rt branch, 4.4/articles-edit-topics-min-width, created. rt-4.2.12-344-gbea91b9
Dustin Graves
dustin at bestpractical.com
Wed Oct 28 16:23:05 EDT 2015
The branch, 4.4/articles-edit-topics-min-width has been created
at bea91b95589f65619ce53a886c666eed91792e2a (commit)
- Log -----------------------------------------------------------------
commit bea91b95589f65619ce53a886c666eed91792e2a
Author: Dustin Graves <dustin at bestpractical.com>
Date: Wed Oct 28 20:19:24 2015 +0000
added min width class to articles' 'edit topics' selection box
Fixes: I#31316
diff --git a/share/html/Articles/Article/Elements/EditTopics b/share/html/Articles/Article/Elements/EditTopics
index 3f62545..d6538b4 100644
--- a/share/html/Articles/Article/Elements/EditTopics
+++ b/share/html/Articles/Article/Elements/EditTopics
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<input type="hidden" name="EditTopics" value="1" />
-<select multiple size="10" name="Topics">
+<select multiple size="10" name="Topics" class="selection-box">
% if (@Classes) {
% unless ($OnlyThisClass) {
<optgroup label="Current classes (<% join(" ", map {$_->Name} @Classes) %>)">
-----------------------------------------------------------------------
More information about the rt-commit
mailing list