[Bps-public-commit] RT-Extension-rt_cpan_org branch, rt4, updated. 708c7db7df2d155192e94ce9ca0cd9725a39b968

Thomas Sibley trs at bestpractical.com
Mon Apr 1 20:07:59 EDT 2013


The branch, rt4 has been updated
       via  708c7db7df2d155192e94ce9ca0cd9725a39b968 (commit)
      from  c1c6e7d7c9524d9960ad8daa4162f544b01bea4b (commit)

Summary of changes:
 html/Elements/SelectQueue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 708c7db7df2d155192e94ce9ca0cd9725a39b968
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Apr 1 17:07:43 2013 -0700

    Add a "Module or distribution" placeholder to the new ticket input

diff --git a/html/Elements/SelectQueue b/html/Elements/SelectQueue
index b76aa99..07d5682 100644
--- a/html/Elements/SelectQueue
+++ b/html/Elements/SelectQueue
@@ -59,4 +59,4 @@ $DefaultQueue->Load( $Default );
 
 undef $CheckQueueRight if $ShowAllQueues;
 </%init>
-<input name="<% $Name %>" size="25" value="<% $DefaultQueue->id ? $DefaultQueue->Name : "" %>" class="<% $Class %>" data-autocomplete="Queues" data-autocomplete-autosubmit=1 data-autocomplete-params="right=<% $CheckQueueRight || '' |u %>" />
+<input name="<% $Name %>" size="25" placeholder="<% loc("Module or distribution") %>" value="<% $DefaultQueue->id ? $DefaultQueue->Name : "" %>" class="<% $Class %>" data-autocomplete="Queues" data-autocomplete-autosubmit=1 data-autocomplete-params="right=<% $CheckQueueRight || '' |u %>" />

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



More information about the Bps-public-commit mailing list