[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - standard_macros.pt:1.5.2.2
Sidnei da Silva
sidnei@x3ng.com.br
Tue, 18 Jun 2002 12:26:08 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv1424/lib/python/Zope/App/ZMI/www
Modified Files:
Tag: sidnei-zopetop-branch
standard_macros.pt
Log Message:
A few icons were missing.
=== Zope3/lib/python/Zope/App/ZMI/www/standard_macros.pt 1.5.2.1 => 1.5.2.2 ===
<td background="bg_content.jpg"
tal:attributes="background string:/@@/bg_content.jpg">
- <img src="bg_content.jpg" width="15" height="15"
+ <img src="bg_content.jpg" width="100%" height="15"
tal:attributes="src string:/@@/bg_content.jpg"/></td>
</tr>
</table>
@@ -194,25 +194,35 @@
<td bgcolor="#CCCCFF">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td width="26"><img src="closed_folder.gif" width="26" height="25" /></td>
- <td width="95">Folder at - </td>
- <td>/</td>
- <td width="45" align="right">Help</td>
- <td width="25"><img src="help.gif" width="25" height="25" /></td>
+ <td width="26">
+ <img src="closed_folder.gif" width="26" height="25"
+ tal:attributes="src string:/@@/closed_folder.gif"/>
+ </td>
+ <td width="95">Folder at -
+ </td>
+ <td>/
+ </td>
+ <td width="45" align="right">Help
+ </td>
+ <td width="25">
+ <img src="help.gif" width="25" height="25"
+ tal:attributes="src string:/@@/help.gif"/>
+ </td>
</tr>
</table>
</td>
</tr>
<tr>
- <td align="center">
+ <td>
+ <span metal:define-slot="body">
+ <div align="center">
<select name="select2">
<option value="1">Select type to add...</option>
</select>
<input name="Add" type="submit" id="Add" value="Add" />
- </td>
- </tr>
- <tr>
- <td align="center">
+ </div>
+
+ <div align="center">
<input name="Rename" type="submit" id="Rename" value="Rename" />
<input name="Cut" type="submit" id="Cut" value="Cut" />
<input name="Copy" type="submit" id="Copy" value="Copy" />
@@ -222,10 +232,8 @@
<input name="Export" type="submit" id="Export" value="Export" />
<input name="All" type="submit" id="All" value="All" />
<input name="None" type="submit" id="None" value="None" />
- </td>
- </tr>
- <tr>
- <td>
+ </div>
+
<table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr>
<td colspan="2" bgcolor="#A1A1F1">Type</td>
@@ -238,7 +246,8 @@
<input type="checkbox" name="checkbox" value="checkbox" />
</td>
<td width="30">
- <img src="control_panels_folder.gif" width="25" height="25" />
+ <img src="control_panels_folder.gif" width="25" height="25"
+ tal:attributes="src string:/@@/control_panels_folder.gif"/>
</td>
<td>Control Panel
</td>
@@ -248,35 +257,21 @@
</td>
</tr>
</table>
- </td>
- </tr>
- <tr>
- <td>
- <table>
- <tr>
- <td align="center">
- <input name="Rename" type="submit" id="Rename" value="Rename" />
- <input name="Cut" type="submit" id="Cut" value="Cut" />
- <input name="Copy" type="submit" id="Copy" value="Copy" />
- <input name="Paste" type="submit" id="Paste" value="Paste" />
- <input name="Delete" type="submit" id="Delete" value="Delete" />
- <input name="Import" type="submit" id="Import" value="Import" />
- <input name="Export" type="submit" id="Export" value="Export" />
- <input name="All" type="submit" id="All" value="All" />
- <input name="None" type="submit" id="None" value="None" />
- </td>
- </tr>
- </table>
+ <div align="center">
+ <input name="Rename" type="submit" id="Rename" value="Rename" />
+ <input name="Cut" type="submit" id="Cut" value="Cut" />
+ <input name="Copy" type="submit" id="Copy" value="Copy" />
+ <input name="Paste" type="submit" id="Paste" value="Paste" />
+ <input name="Delete" type="submit" id="Delete" value="Delete" />
+ <input name="Import" type="submit" id="Import" value="Import" />
+ <input name="Export" type="submit" id="Export" value="Export" />
+ <input name="All" type="submit" id="All" value="All" />
+ <input name="None" type="submit" id="None" value="None" />
+ </div>
+ </span>
</td>
</tr>
</table>
- </td>
- </tr>
- <tr>
- <td valign="top">
- <div metal:define-slot="body">
- <p>Body here</p>
- </div>
</td>
</tr>
</table>