[open-ils-commits] r1191 - servres/trunk/conifer/templates (artunit)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jan 12 00:01:18 EST 2011
Author: artunit
Date: 2011-01-12 00:01:15 -0500 (Wed, 12 Jan 2011)
New Revision: 1191
Modified:
servres/trunk/conifer/templates/site_detail.xhtml
Log:
more IE tomfoolery
Modified: servres/trunk/conifer/templates/site_detail.xhtml
===================================================================
--- servres/trunk/conifer/templates/site_detail.xhtml 2011-01-12 04:42:25 UTC (rev 1190)
+++ servres/trunk/conifer/templates/site_detail.xhtml 2011-01-12 05:01:15 UTC (rev 1191)
@@ -15,6 +15,14 @@
</head>
<body>
${site_banner(site)}
+ <p py:if="not item_tree">
+ There are no items associated with this site yet.
+ </p>
+ <!-- possible fix for outrageous spacing in IE 8 -->
+ <div id="treepanel">
+ ${show_tree(item_tree, edit=is_editor)}
+ </div>
+ <!-- still not perfect placement, but big help for IE -->
<div id="sidepanel">
<div py:if="is_editor" id="edit_site" class="little_action_panel">
<div><a href="${site.site_url()}edit/">Setup</a></div>
@@ -27,13 +35,6 @@
<a href="${site.site_url()}feeds/">Feeds</a>
</div>
</div>
- <p py:if="not item_tree">
- There are no items associated with this site yet.
- </p>
- <!-- possible fix for outrageous spacing in IE 8 -->
- <span id="treepanel">
- ${show_tree(item_tree, edit=is_editor)}
- </span>
<div py:if="is_editor">${add_subs()}</div>
More information about the open-ils-commits
mailing list