conifer/templates/edit_site.xhtml: bugfix, don't show "all items will be copied"...
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 20 Apr 2011 03:02:38 +0000 (03:02 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 20 Apr 2011 03:02:38 +0000 (03:02 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1407 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/templates/edit_site.xhtml

index 0ae111e..8e96f77 100644 (file)
@@ -24,7 +24,7 @@ owner = instance.owner if instance.owner_id else None
 <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>