some style fixes
[phpfspot.git] / templates / tags.tpl
index f4664f910c6cc77f7886647a4cdb5600a50104ea..2a6a7a88f1b6914475780364b56a1a2b6dd46b99 100644 (file)
@@ -1,8 +1,31 @@
- The following tags are available:<br />
-<div id='available_tags'>
-</div>
- The following tags have been selected: <br />
-<div id='selected_tags'>
-</div>
-<br />
-<a href="javascript:showPhotoIndex();">Photo Index</a>
+<table>
+ <tr>
+  <td>
+   The following tags are available:
+  </td>
+ </tr>
+ <tr>
+  <td>
+   <div id='available_tags'></div>
+  </td>
+ </tr>
+ <tr>
+  <td>
+   The following tags have been selected:
+  </td>
+ </tr>
+ <tr>
+  <td>
+   <div id='selected_tags'></div>
+  </td>
+ </tr>
+ <tr>
+  <td>&nbsp;</td>
+ </tr>
+ <tr>
+  <td>
+   <a href="javascript:showPhotoIndex();">Photo Index</a>
+   <a href="javascript:Tags('reset', 0);">Reset Tags</a>
+  </td>
+ </tr>
+</table>