[open-ils-commits] r1407 - servres/trunk/conifer/templates (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Apr 19 23:02:41 EDT 2011
Author: gfawcett
Date: 2011-04-19 23:02:38 -0400 (Tue, 19 Apr 2011)
New Revision: 1407
Modified:
servres/trunk/conifer/templates/edit_site.xhtml
Log:
conifer/templates/edit_site.xhtml: bugfix, don't show "all items will be copied" unless this is a site-duplication.
Modified: servres/trunk/conifer/templates/edit_site.xhtml
===================================================================
--- servres/trunk/conifer/templates/edit_site.xhtml 2011-04-20 02:58:47 UTC (rev 1406)
+++ servres/trunk/conifer/templates/edit_site.xhtml 2011-04-20 03:02:38 UTC (rev 1407)
@@ -24,7 +24,7 @@
<body>
<div py:if="instance.id">${site_banner(instance)}</div>
<h1>${title}</h1>
- <p>All items in this site will be copied into the new site.</p>
+ <p py:if="basis">All items in this site will be copied into the new site.</p>
<div py:with="nfe=form.non_field_errors()">
<ul py:if="nfe" class="errorlist">
<li py:for="err in nfe">${err}</li>
More information about the open-ils-commits
mailing list