[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.10-220-g0f645da

Alex Vandiver alexmv at bestpractical.com
Tue Mar 24 13:53:53 EDT 2015


The branch, 4.2-trunk has been updated
       via  0f645da15f8fb3891316c273bf648fb810b6451e (commit)
      from  68411e17b80fe19e0b84962e3d46ab93b7d7357e (commit)

Summary of changes:
 share/html/Admin/Queues/Modify.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 0f645da15f8fb3891316c273bf648fb810b6451e
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Mar 23 17:08:39 2015 -0400

    Add <label> tags around checkbox label that is lacking them

diff --git a/share/html/Admin/Queues/Modify.html b/share/html/Admin/Queues/Modify.html
index 0454696..9610b25 100644
--- a/share/html/Admin/Queues/Modify.html
+++ b/share/html/Admin/Queues/Modify.html
@@ -124,8 +124,8 @@
 <td align="right"><input type="checkbox" class="checkbox" id="Encrypt" name="Encrypt" value="1" <% $QueueObj->Encrypt? 'checked="checked"': '' |n%> /></td>
 <td><label for="Encrypt"><&|/l&>Encrypt by default</&></label></td>
 </tr>
-<tr><td align="right"><input type="checkbox" class="checkbox" name="SignAuto" value="1" <% $QueueObj->SignAuto? 'checked="checked"': '' |n%> /></td>
-<td colspan="3"><&|/l_unsafe, "<b>","</b>","<i>","</i>"&>Sign all auto-generated mail.  [_1]Caution[_2]: Enabling this option alters the signature from providing [_3]authentication[_4] to providing [_3]integrity[_4].</&></td></tr>
+<tr><td align="right"><input type="checkbox" class="checkbox" id="SignAuto" name="SignAuto" value="1" <% $QueueObj->SignAuto? 'checked="checked"': '' |n%> /></td>
+<td colspan="3"><label for="SignAuto"><&|/l_unsafe, "<b>","</b>","<i>","</i>"&>Sign all auto-generated mail.  [_1]Caution[_2]: Enabling this option alters the signature from providing [_3]authentication[_4] to providing [_3]integrity[_4].</&></label></td></tr>
 % }
 
 % unless ($InternalQueue) {

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


More information about the rt-commit mailing list