]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/aide/display_generic_cmd.html
SMTP-Relay: add other ways of filtering
[citadel.git] / webcit / static / t / aide / display_generic_cmd.html
index 549229b00aa83fe0bdc87e789a8ee54e2f139b5f..261972cf080438188efd5f32844eecd7c9e2d148 100644 (file)
@@ -6,27 +6,25 @@
 </div>
 
 <div id="content" class="service">
-  <div class="fix_scrollbar_bug">
     <??("COND:AIDE", 1)>
     <table class="mainmenu_background"><tr><td>
 
-         <center><?_("This screen allows you to enter Citadel server commands which are not supported by WebCit.  If you do not know what that means, then this screen will not be of much use to you.")><br />
+         <center><?_("This screen allows you to enter Citadel server commands which are not supported by WebCit.  If you do not know what that means, then this screen will not be of much use to you.")><br>
            <form method="post" action="do_generic">
              <input type="hidden" name="nonce" value="<?NONCE>">
-             <?_("Enter command:")><br />
-             <input type="text" name="g_cmd" size=80 maxlength="250"><br />
-             <?_("Command input (if requesting SEND_LISTING transfer mode):")><br />
-             <textarea name="g_input" rows=10 cols=80 width=80></textarea><br />
+             <?_("Enter command:")><br>
+             <input type="text" name="g_cmd" size=80 maxlength="250"><br>
+             <?_("Command input (if requesting SEND_LISTING transfer mode):")><br>
+             <textarea name="g_input" rows=10 cols=80 width=80></textarea><br>
              <font size=-2>
-               <?_("Detected host header is ")><?%("COND:IS_HTTPS", 1, 1, 1, "https", "http")>://<?URL:HOSTNAME>
+               <?_("Detected host header is ")><?DAV:HOSTNAME>
              </font>
              <input type="submit" name="sc_button" value="<?_("Send command")>">&nbsp;
-             <input type="submit" name="cancel_button" value="<?_("Cancel")>"><br />
+             <input type="submit" name="cancel_button" value="<?_("Cancel")>"><br>
            </form>
          </center>
        </td>
       </tr>
     </table>
     <??("X", 1)>
-  </div>
 <?=("trailing")>