Skip to content

Commit

Permalink
add a FormStart callback to share/html/Admin/Queues/Modify.html
Browse files Browse the repository at this point in the history
Aside from varied uses for callbacks, this callback can be used,
specifically, to add documentation and/or reminders for the RT admin
when performing various queue administration tasks.
  • Loading branch information
trwww committed May 20, 2015
1 parent d2d6d49 commit c537768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/Admin/Queues/Modify.html
Expand Up @@ -53,7 +53,7 @@

<form action="<%RT->Config->Get('WebPath')%>/Admin/Queues/Modify.html" name="ModifyQueue" method="post" enctype="multipart/form-data">
<input type="hidden" class="hidden" name="id" value="<% $Create? 'new': $QueueObj->Id %>" />

% $m->callback( CallbackName => 'FormStart', Create => $Create, ARGSRef => \%ARGS );
<table>
<tr><td align="right"><&|/l&>Queue Name</&>:</td><td colspan="3">
% if ($InternalQueue) {
Expand Down

0 comments on commit c537768

Please sign in to comment.