[Rt-commit] r13096 - in rt/branches/3.8-TESTING: share/html/Ticket

jesse at bestpractical.com jesse at bestpractical.com
Mon Jun 9 20:57:54 EDT 2008


Author: jesse
Date: Mon Jun  9 20:57:51 2008
New Revision: 13096

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Ticket/Create.html

Log:
 r32532 at 68-247-29-48:  jesse | 2008-06-09 20:53:54 -0400
 * Try to avoid showing gnupg stuff on ticket create if we don't have gnupg enabled


Modified: rt/branches/3.8-TESTING/share/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Create.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Create.html	Mon Jun  9 20:57:51 2008
@@ -56,9 +56,9 @@
 <form action="<% RT->Config->Get('WebPath') %>/Ticket/Create.html" method="post" enctype="multipart/form-data" name="TicketCreate">
 <input type="hidden" class="hidden" name="id" value="new" />
 % $m->callback( CallbackName => 'FormStart', ARGSRef => \%ARGS );
-
+% if ($gnupg_widget) {
 <& /Elements/GnuPG/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
-
+% }
 <div id="Ticket-Create-basics">
 <a name="basics"></a>
 <&| /Widgets/TitleBox, title => loc("Create a new ticket") &>


More information about the Rt-commit mailing list