[Bps-public-commit] rt-extension-createbyproblemtype branch, master, updated. 1.01-2-g0de76a6

Wallace Reis wreis at bestpractical.com
Tue Oct 28 15:34:41 EDT 2014


The branch, master has been updated
       via  0de76a6b1e93c1e29d48119057ddde8b503186d7 (commit)
      from  dbba682b25cbcab40498151978f3f10063d9b20e (commit)

Summary of changes:
 html/Elements/CreateTicketByProblemType | 2 +-
 static/css/createbyproblemtype.css      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 0de76a6b1e93c1e29d48119057ddde8b503186d7
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Tue Oct 28 17:33:30 2014 -0200

    Add class for the create ticket drop-down

diff --git a/html/Elements/CreateTicketByProblemType b/html/Elements/CreateTicketByProblemType
index 45148f5..6c88c4d 100644
--- a/html/Elements/CreateTicketByProblemType
+++ b/html/Elements/CreateTicketByProblemType
@@ -2,7 +2,7 @@
 % $m->callback(CallbackName => 'InFormElement');
 >
 <input type="submit" class="button" value="New problem" /> 
-<select name="Problem" onchange="document.CreateTicketInQueue.submit()">
+<select name="Problem" onchange="document.CreateTicketInQueue.submit()" class="select-problem">
 <%perl>
 my @problemtypes;
 my $queues = RT::Queues->new($session{'CurrentUser'});
diff --git a/static/css/createbyproblemtype.css b/static/css/createbyproblemtype.css
index b2450de..6f9af10 100644
--- a/static/css/createbyproblemtype.css
+++ b/static/css/createbyproblemtype.css
@@ -1,3 +1,3 @@
-#topactions .select-queue {
+#topactions .select-problem {
     width: 25em !important;
 }

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list