]> git.imager.perl.org - bse.git/blobdiff - site/templates/admin/subs/edit.tmpl
adrian's updates (with minor changes)
[bse.git] / site / templates / admin / subs / edit.tmpl
index ad0f106f5982541d010ac98c1484156406357448..575862aef2bc321c1d6b5acc2af1968d99a40a80 100644 (file)
 <table border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
     <tr>
       <td>
-  <table cellpadding="6" border="0" cellspacing="1">
-    <tr bgcolor="#FFFFFF">
-      <th>Name:</th>
-      <td><input type="text" name="name" value="<:old name:>" /> <:help subs name:> <:ifError name:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error name:>" /><:or:><:eif:></td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>Title:</th>
-      <td><input type="text" name="title" value="<:old title:>" size="40" /> <:help subs title:> <:ifError title:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error title:>" /><:or:><:eif:></td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>Description:</th>
-      <td valign="top"><textarea name="description" cols="60" rows="10" wrap="virtual"><:old description:></textarea> <:help subs description:> <:ifError description:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error description:>" /><:or:><:eif:></td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>Frequency:</th>
-      <td><input type="text" name="frequency" value="<:old frequency:>" size="40" /> <:help subs frequency:> <:ifError frequency:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error frequency:>" /><:or:><:eif:></td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>HTML Template:</th>
-      <td><:template html_template htmlemail 1:> <:help subs html_template:> <:ifError html_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error html_template:>" /><:or:><:eif:></td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>Text Template:</th>
-      <td><:template text_template textemail:> <:help subs text_template:> <:ifError text_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error text_template:>" /><:or:><:eif:></td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>Visible:</th>
-      <td><input type="checkbox" name="visible" value="1"<:ifOld visible:> checked<:or:><:eif:> /> <:help subs visible:></td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th colspan="2">Archiving <:help subs archiving:></th>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>Archive:</th>
-      <td><input type="checkbox" name="archive" value="1"<:ifOld archive:> checked<:or:><:eif:> /> <:help subs archive:> </td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>Keywords:</th>
-      <td><input type="text" name="keyword" value="<:old keyword:>" size="40" /> <:help subs keyword:></td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>Article Template:</th>
-      <td><:template article_template:> <:help subs template:> <:ifError article_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error article_template:>" /><:or:><:eif:></td>
-    </tr>
-    <tr bgcolor="#FFFFFF">
-      <th>Archive Parent:</th>
-      <td><:parent:> <:help subs parent:> <:ifError parentId:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error parentId:>" /><:or:><:eif:></td>
-    </tr>
-  </table>
+        <table cellpadding="6" border="0" cellspacing="1">
+          <tr bgcolor="#FFFFFF"> 
+            <th>Name:</th>
+            <td> 
+              <input type="text" name="name" value="<:old name:>" size="40" />
+            </td>
+            <td><:help subs name:> <:ifError name:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error name:>" /><:or:><:eif:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>Title:</th>
+            <td> 
+              <input type="text" name="title" value="<:old title:>" size="40" />
+            </td>
+            <td><:help subs title:> <:ifError title:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error title:>" /><:or:><:eif:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>Description:</th>
+            <td valign="top"> 
+              <textarea name="description" cols="60" rows="10" wrap="virtual"><:old description:></textarea>
+            </td>
+            <td valign="top"><:help subs description:> <:ifError description:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error description:>" /><:or:><:eif:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>Frequency:</th>
+            <td> 
+              <input type="text" name="frequency" value="<:old frequency:>" size="40" />
+            </td>
+            <td><:help subs frequency:> <:ifError frequency:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error frequency:>" /><:or:><:eif:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>HTML Template:</th>
+            <td><:template html_template htmlemail 1:> </td>
+            <td><:help subs html_template:> <:ifError html_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error html_template:>" /><:or:><:eif:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>Text Template:</th>
+            <td><:template text_template textemail:> </td>
+            <td><:help subs text_template:> <:ifError text_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error text_template:>" /><:or:><:eif:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>Visible:</th>
+            <td><input type="checkbox" name="visible" value="1"<:ifOld visible:> 
+              checked<:or:><:eif:> /> </td>
+            <td><:help subs visible:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th colspan="2">Archiving </th>
+            <td><:help subs archiving:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>Archive:</th>
+            <td><input type="checkbox" name="archive" value="1"<:ifOld archive:> 
+              checked<:or:><:eif:> /> </td>
+            <td><:help subs archive:> </td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>Keywords:</th>
+            <td> 
+              <input type="text" name="keyword" value="<:old keyword:>" size="40" />
+            </td>
+            <td><:help subs keyword:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>Article Template:</th>
+            <td><:template article_template:> </td>
+            <td><:help subs template:> <:ifError article_template:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error article_template:>" /><:or:><:eif:></td>
+          </tr>
+          <tr bgcolor="#FFFFFF"> 
+            <th>Archive Parent:</th>
+            <td><:parent:> </td>
+            <td><:help subs parent:> <:ifError parentId:><img src="/images/admin/error.gif" width="16" height="16" alt="<:error parentId:>" /><:or:><:eif:></td>
+          </tr>
+        </table>
 </td>
 </tr>
 </table>
-<input type="submit" name="editsave" value="Save Subscription">
+<p>
+    <input type="submit" name="editsave" value="Save Subscription">
+  </p>
 </form>
 
 <p><font size="-1">BSE Release <:release:></font></p>