[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/bookshelve... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Feb 5 16:57:38 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/02/05 15:57:37

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/bookshelves: shelves.tmpl 

Log message:
	removing the possibility to add a free virtual shelf

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.14&r2=1.1.2.15

Patches:
Index: shelves.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -b -r1.1.2.14 -r1.1.2.15
--- shelves.tmpl	5 Feb 2007 15:54:30 -0000	1.1.2.14
+++ shelves.tmpl	5 Feb 2007 15:57:37 -0000	1.1.2.15
@@ -126,8 +126,10 @@
                                     <option value="1">Private</option>
                                     <option value="2">Public</option>
                                     </select></td></tr></table>
-        <ul><li>A <strong>private</strong> virtual shelf is managed by you and can be seen only by you.</li><li> A <strong>public</strong> virtual shelf can be seen by everybody, but managed only by you.</li>
-            <li> A <strong>free</strong> virtual shelf can be added to and changed by any user.</li></ul>
+        <ul>
+            <li>A <strong>private</strong> virtual shelf is managed by you and can be seen only by you.</li>
+            <li> A <strong>public</strong> virtual shelf can be seen by everybody, but managed only by you.</li>
+        </ul>
                                 <p><input type="submit" value="Add New Shelf"></p>
                     </form>
         
@@ -180,16 +182,11 @@
                     <!-- TMPL_ELSE -->
                         <option value="2">Public</option>
                     <!-- /TMPL_IF -->
-                    <!-- TMPL_IF name="category3" -->
-                        <option value="3" selected>Free</option>
-                    <!-- TMPL_ELSE -->
-                        <option value="3">Free</option>
-                    <!-- /TMPL_IF -->
                 </select></td></tr>
             </table>
             <ul><li>A <strong>private</strong> virtual shelf is managed by you and can be seen <strong>only</strong> by you.</li>
                 <li> A <strong>public</strong> virtual shelf can be seen by <strong>everybody</strong>, but managed only by you.</li>
-                <li>A <strong>free</strong> virtual shelf can be added to or changed by <strong>any</strong> user.</li></ul>
+            </ul>
             <p><input type="submit" value="Save Changes"></p>
 
         </form>





More information about the Koha-cvs mailing list