Commit c4f15920 authored by Ken Manheimer's avatar Ken Manheimer

Surrounded the entire icon/path/version section in an "<dtml-unless

MANAGE_TABS_NO_BANNER>" to provide a way for the manage_tabs user to
only get the tabs, nothing else.  (Useful for using the views/tabs
mechanism in other than management-interface applications.)
parent 3c846bba
...@@ -106,38 +106,40 @@ ...@@ -106,38 +106,40 @@
<hr> <hr>
<!--#endif--> <!--#endif-->
<br> <br>
<table width="100%" cellspacing="0" cellpadding="2" border="0"> <dtml-unless MANAGE_TABS_NO_BANNER>
<tr> <table width="100%" cellspacing="0" cellpadding="2" border="0">
<td align="left" valign="top"> <tr>
<!--#if icon--> <td align="left" valign="top">
<img src="<!--#var SCRIPT_NAME-->/<!--#var icon-->" <!--#if icon-->
alt="<!--#var meta_type-->" border="0"> <img src="<!--#var SCRIPT_NAME-->/<!--#var icon-->"
<strong> alt="<!--#var meta_type-->" border="0">
<!--#endif--> <strong>
<!--#if meta_type--> <!--#endif-->
<!--#var meta_type--> <!--#if meta_type-->
<!--#else--> <!--#var meta_type-->
Object
<!--#endif-->
at /<!--#var
expr="tabs_path_info(SCRIPT_NAME, PATH_INFO)"-->
</strong>
<!--#if locked_in_version-->
<!--#if modified_in_version-->
<IMG SRC="<!--#var SCRIPT_NAME-->/p_/locked"
ALT="This item has been modified in this version">
<!--#else--> <!--#else-->
<IMG SRC="<!--#var SCRIPT_NAME-->/p_/lockedo" Object
ALT="This item has been modified in another version"> <!--#endif-->
(<em><!--#var locked_in_version--></em>) at /<!--#var
expr="tabs_path_info(SCRIPT_NAME, PATH_INFO)"-->
</strong>
<!--#if locked_in_version-->
<!--#if modified_in_version-->
<IMG SRC="<!--#var SCRIPT_NAME-->/p_/locked"
ALT="This item has been modified in this version">
<!--#else-->
<IMG SRC="<!--#var SCRIPT_NAME-->/p_/lockedo"
ALT="This item has been modified in another version">
(<em><!--#var locked_in_version--></em>)
<!--#/if-->
<!--#/if--> <!--#/if-->
<!--#/if--> </td>
</td> </tr>
</tr> </table>
</table> <!--#if Zope-Version-->
<!--#if Zope-Version--> <p>
<p> <em>You are currently working in version <!--#var Zope-Version--></em>
<em>You are currently working in version <!--#var Zope-Version--></em> </p>
</p> <!--#endif-->
<!--#endif--> </dtml-unless>
<!--#/with--> <!--#/with-->
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment