koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/bookshelve... [rel_3_0]
Date: Mon, 05 Feb 2007 11:19:16 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        07/02/05 11:19:16

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

Log message:
        adding a missing javascript function: confirmDelete

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.11&r2=1.1.2.12

Patches:
Index: shelves.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -b -r1.1.2.11 -r1.1.2.12
--- shelves.tmpl        15 Dec 2006 17:38:50 -0000      1.1.2.11
+++ shelves.tmpl        5 Feb 2007 11:19:16 -0000       1.1.2.12
@@ -125,7 +125,6 @@
         <tr><th scope="row"><label for="category">Category:</label> 
</th><td><select name="category" id="category">
                                     <option value="1">Private</option>
                                     <option value="2">Public</option>
-                                    <option value="3">Free</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>
@@ -197,6 +196,14 @@
 
 <br clear="both" />
 
+<script type="text/javascript">
+       function confirmDelete(s){
+               if (window.confirm(s))
+                       return true;
+               return false;
+       }
+</script>
+
 </body>
 </html>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]