[Rt-commit] r11128 - in rtfm/branches/2.3-EXPERIMENTAL: .

falcone at bestpractical.com falcone at bestpractical.com
Wed Mar 19 21:26:17 EDT 2008


Author: falcone
Date: Wed Mar 19 21:26:17 2008
New Revision: 11128

Modified:
   rtfm/branches/2.3-EXPERIMENTAL/   (props changed)
   rtfm/branches/2.3-EXPERIMENTAL/html/Admin/RTFM/Classes/Topics.html

Log:
 r30374 at ketch:  falcone | 2008-03-19 21:26:07 -0400
 * label the Topic Name and Description fields when editing an existing topic


Modified: rtfm/branches/2.3-EXPERIMENTAL/html/Admin/RTFM/Classes/Topics.html
==============================================================================
--- rtfm/branches/2.3-EXPERIMENTAL/html/Admin/RTFM/Classes/Topics.html	(original)
+++ rtfm/branches/2.3-EXPERIMENTAL/html/Admin/RTFM/Classes/Topics.html	Wed Mar 19 21:26:17 2008
@@ -44,13 +44,16 @@
 <%def .edit>
 &nbsp;
 <table style="margin-top: -0.75em">
-<tr><td>
-<input type="text" name="Topic-<%$topic->Id%>-Name" size="20" value="<%$topic->Name%>" /><br />
-<input type="text" name="Topic-<%$topic->Id%>-Description" size="20" value="<%$topic->Description%>" />
-</td><td>
-<input type="submit" name="Update" value="Update"><br />
-<input type="submit" name="Delete-Topic-<%$topic->Id%>" value="Delete" />
-</td></tr>
+<tr>
+    <td>Topic Name:</td>
+    <td><input type="text" name="Topic-<%$topic->Id%>-Name" size="20" value="<%$topic->Name%>" /></td>
+    <td><input type="submit" name="Update" value="Update"><br /></td>
+</tr>
+<tr>
+    <td>Description:</td>
+    <td> <input type="text" name="Topic-<%$topic->Id%>-Description" size="20" value="<%$topic->Description%>" /></td>
+    <td><input type="submit" name="Delete-Topic-<%$topic->Id%>" value="Delete" /></td>
+</tr>
 </table>
 <%args>
 $topic


More information about the Rt-commit mailing list