add fixme
[squirrelmail.git] / plugins / listcommands / templates / default / non_rfc_lists.tpl
index a3bc876cae37d6fcefb21f8cb732d2c851c3f591..0769ec1cee140c8d270c7b9971cfc3336218fc3a 100644 (file)
@@ -33,7 +33,7 @@ extract($t);
     </td>
   </tr>
   <tr>
-    <td colspan="2">Manage the (non-RFC-compliant) mailing lists that you are subscribed to for the purpose of providing one-click list replies when responding to list messages.  You only need to enter any lists you are subscribed to that do not already comply with RFC 2369.<br /><br />When entering a new list, input the full email address for the address from which list postings are delivered.<br /><br /></td>
+    <td colspan="2"><?php echo _("Manage the (non-RFC-compliant) mailing lists that you are subscribed to for the purpose of providing one-click list replies when responding to list messages.  You only need to enter any lists you are subscribed to that do not already comply with RFC 2369.") . '<br /><br />' . _("When entering a new list, input the full email address for the address from which list postings are delivered."); ?><br /><br /></td>
   </tr>
   <tr>
     <td align="right">
@@ -41,14 +41,14 @@ extract($t);
     </td>
     <td align="left">
       <input type="text" name="newlist" size="30" />
-      <input type="submit" name="addlist" value="<? echo _("Add"); ?>" size="30" />
+      <input type="submit" name="addlist" value="<?php echo _("Add"); ?>" size="30" />
     </td>
   </tr>
   <tr>
     <td colspan="2">&nbsp;</td>
   </tr>
   <tr>
-    <td align="right" valign="top"><? echo _("Existing mailing lists"); ?>:</td>
+    <td align="right" valign="top"><?php echo _("Existing mailing lists"); ?>:</td>
     <td align="center">
       <table border="0" cellpadding="0" cellspacing="0">
 <?php
@@ -62,5 +62,3 @@ extract($t);
 </table>
 </div>
 </form>
-</body>
-</html>