[Rt-commit] rt branch, 4.4/update-classes-options-layout, created. rt-4.4.3-86-gc5839e6aa

Maureen Mirville maureen at bestpractical.com
Thu Dec 6 10:47:08 EST 2018


The branch, 4.4/update-classes-options-layout has been created
        at  c5839e6aaf54be359c115b9510aae167248c2f39 (commit)

- Log -----------------------------------------------------------------
commit c5839e6aaf54be359c115b9510aae167248c2f39
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date:   Thu Dec 6 10:40:49 2018 -0500

    Reorder article classes options by function

diff --git a/share/html/Admin/Articles/Classes/Modify.html b/share/html/Admin/Articles/Classes/Modify.html
index f69a1601d..11ab8ba44 100644
--- a/share/html/Admin/Articles/Classes/Modify.html
+++ b/share/html/Admin/Articles/Classes/Modify.html
@@ -84,6 +84,11 @@
 
 <h3><&|/l&>When inserting articles in this class into emails:</&></h3>
 <ul>
+<li>
+     <input type="checkbox" id="Include-EscapeHTML" name="Include-EscapeHTML" value="1" <% $include{EscapeHTML} %>>
+     <label for="Include-EscapeHTML"><&|/l&>Escape HTML (Unchecking this box is potentially unsafe)</&></label>
+</li>
+ 
 <li>
     <input type="checkbox" id="Include-Name" name="Include-Name" value="1" <% $include{Name} %>>
     <label for="Include-Name"><&|/l&>Include article name</&></label>
@@ -92,10 +97,6 @@
     <input type="checkbox" id="Include-Summary" name="Include-Summary" value="1" <% $include{Summary} %>>
     <label for="Include-Summary"><&|/l&>Include article summary</&></label>
 </li>
-<li>
-     <input type="checkbox" id="Include-EscapeHTML" name="Include-EscapeHTML" value="1" <% $include{EscapeHTML} %>>
-     <label for="Include-EscapeHTML"><&|/l&>Escape HTML (Unchecking this box is potentially unsafe)</&></label>
-</li>
 % if ( $cfs ) {
 % while (my $cf = $cfs->Next) {
 <li><&|/l, $cf->Name &>Include custom field '[_1]'</&>

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


More information about the rt-commit mailing list