koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-addbookbybiblionumb


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-addbookbybiblionumber.tmpl,1.1.2.1,1.1.2.2 opac-basket.tmpl,1.3.2.6,1.3.2.7 opac-shelves.tmpl,1.2.2.1,1.2.2.2 opac-suggestions.tmpl,1.6,1.6.2.1
Date: Wed, 24 Aug 2005 10:50:01 -0700

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30091/koha-tmpl/opac-tmpl/css/en

Modified Files:
      Tag: rel_2_2
        opac-addbookbybiblionumber.tmpl opac-basket.tmpl 
        opac-shelves.tmpl opac-suggestions.tmpl 
Log Message:
Fixes for Bug 926 (forms lack method and/or action attributes).  Also hiding 
'delete' functionality from opac-shelves.tmpl when user cannot manage shelf, 
other HTML cleanup

Index: opac-addbookbybiblionumber.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-addbookbybiblionumber.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-addbookbybiblionumber.tmpl     10 Mar 2005 08:44:43 -0000      1.1.2.1
--- opac-addbookbybiblionumber.tmpl     24 Aug 2005 17:49:59 -0000      1.1.2.2
***************
*** 5,9 ****
  <p><label>Author</label><!-- TMPL_VAR NAME="author" --></p>
  <h2>Select bookshelf</h2>
! <form>
        <p><label>Add to virtual shelf</label><!-- TMPL_VAR 
NAME="CGIbookshelves" --></p>
  <h2>or add to a new bookshelf</h2>
--- 5,9 ----
  <p><label>Author</label><!-- TMPL_VAR NAME="author" --></p>
  <h2>Select bookshelf</h2>
! <form action="/cgi-bin/koha/opac-addbookbybiblionumber.pl" method="get">
        <p><label>Add to virtual shelf</label><!-- TMPL_VAR 
NAME="CGIbookshelves" --></p>
  <h2>or add to a new bookshelf</h2>

Index: opac-basket.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-basket.tmpl,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -C2 -r1.3.2.6 -r1.3.2.7
*** opac-basket.tmpl    25 Mar 2005 16:59:33 -0000      1.3.2.6
--- opac-basket.tmpl    24 Aug 2005 17:49:59 -0000      1.3.2.7
***************
*** 1,9 ****
  <!-- TMPL_INCLUDE NAME="opac-basket-top.inc" -->
  <!-- TMPL_IF NAME="print_basket" -->
! <body onload='print()' style="padding-bottom:20px;">
  <!-- TMPL_ELSE -->
  <body style="padding-bottom:20px;">
  <!-- TMPL_INCLUDE NAME="opac-basket-menu.inc" -->
! <form name='myform'><input type='hidden' name='records'></form>
  <!-- /TMPL_IF -->
  <div id="mainbloc" 
style="margin-top:10px;margin-bottom:20px;padding-top:10px;padding-bottom:10px;">
--- 1,9 ----
  <!-- TMPL_INCLUDE NAME="opac-basket-top.inc" -->
  <!-- TMPL_IF NAME="print_basket" -->
! <body onload="print();" style="padding-bottom:20px;">
  <!-- TMPL_ELSE -->
  <body style="padding-bottom:20px;">
  <!-- TMPL_INCLUDE NAME="opac-basket-menu.inc" -->
! <form name="myform"><input type="hidden" name="records"></form>
  <!-- /TMPL_IF -->
  <div id="mainbloc" 
style="margin-top:10px;margin-bottom:20px;padding-top:10px;padding-bottom:10px;">
***************
*** 112,117 ****
                <!-- /TMPL_IF -->
                                <tr>
!                                       <th>location</th>
!                                       <th>barcode</th>
                                </tr>
                                <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
--- 112,117 ----
                <!-- /TMPL_IF -->
                                <tr>
!                                       <th>Location</th>
!                                       <th>Barcode</th>
                                </tr>
                                <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
***************
*** 135,139 ****
                        <!-- TMPL_UNLESS NAME="print_basket" -->
                        <td style="border:0;">
!                               <form>&nbsp;<input type='checkbox' value='<!-- 
TMPL_VAR NAME="biblionumber" -->' 
onClick='selRecord(value,checked)'>&nbsp;</form>
                        </td>
                        <!-- /TMPL_UNLESS -->
--- 135,139 ----
                        <!-- TMPL_UNLESS NAME="print_basket" -->
                        <td style="border:0;">
!                               <form><input type="checkbox" value="<!-- 
TMPL_VAR NAME="biblionumber" -->" onClick="selRecord(value,checked);"></form>
                        </td>
                        <!-- /TMPL_UNLESS -->
***************
*** 149,156 ****
                                        <td>
                                                <!-- TMPL_IF name="isbn" 
--><b>ISBN:</b><!-- TMPL_VAR NAME="ISBN" --><br><!-- /TMPL_IF -->
!                                               <!-- TMPL_IF name="subtitle" 
--><b>subtitle:</b><!-- TMPL_VAR NAME="subtitle" --><br><!-- /TMPL_IF -->
                                                <!-- TMPL_IF name="author" 
--><b>Author:</b> <!-- TMPL_VAR NAME="author" --><br><!-- /TMPL_IF -->
                                                <!-- TMPL_IF name="additional" 
--><b>Additional authors:</b><!-- TMPL_VAR NAME="additional" --><br><!-- 
/TMPL_IF -->
!                                               <!-- TMPL_IF 
name="publishercode" --><b>published by :</b><!-- TMPL_VAR NAME="publishercode" 
--><!-- /TMPL_IF -->
                                                <!-- TMPL_IF 
name="publicationyear" --><b>in </b><!-- TMPL_VAR NAME="publicationyear" 
--><!-- /TMPL_IF -->
                                                <!-- TMPL_IF name="pages" -->, 
<!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->
--- 149,156 ----
                                        <td>
                                                <!-- TMPL_IF name="isbn" 
--><b>ISBN:</b><!-- TMPL_VAR NAME="ISBN" --><br><!-- /TMPL_IF -->
!                                               <!-- TMPL_IF name="subtitle" 
--><b>Subtitle:</b><!-- TMPL_VAR NAME="subtitle" --><br><!-- /TMPL_IF -->
                                                <!-- TMPL_IF name="author" 
--><b>Author:</b> <!-- TMPL_VAR NAME="author" --><br><!-- /TMPL_IF -->
                                                <!-- TMPL_IF name="additional" 
--><b>Additional authors:</b><!-- TMPL_VAR NAME="additional" --><br><!-- 
/TMPL_IF -->
!                                               <!-- TMPL_IF 
name="publishercode" --><b>Published by :</b><!-- TMPL_VAR NAME="publishercode" 
--><!-- /TMPL_IF -->
                                                <!-- TMPL_IF 
name="publicationyear" --><b>in </b><!-- TMPL_VAR NAME="publicationyear" 
--><!-- /TMPL_IF -->
                                                <!-- TMPL_IF name="pages" -->, 
<!-- /TMPL_IF --><!-- TMPL_VAR name="pages" -->
***************
*** 169,174 ****
                                </tr>
                                <tr>
!                                       <th>location</th>
!                                       <th>barcode</th>
                                </tr>
                                <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
--- 169,174 ----
                                </tr>
                                <tr>
!                                       <th>Location</th>
!                                       <th>Barcode</th>
                                </tr>
                                <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->

Index: opac-shelves.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-shelves.tmpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** opac-shelves.tmpl   27 Jan 2005 17:29:58 -0000      1.2.2.1
--- opac-shelves.tmpl   24 Aug 2005 17:49:59 -0000      1.2.2.2
***************
*** 2,6 ****
  <div id="mainbloc">
  <!-- TMPL_IF Name="viewshelf" -->
!       <form>
                <h1><!-- TMPL_VAR NAME="shelfname" --></h1>
  
--- 2,6 ----
  <div id="mainbloc">
  <!-- TMPL_IF Name="viewshelf" -->
!       <form action="/cgi-bin/koha/opac-shelves.pl" method="get">
                <h1><!-- TMPL_VAR NAME="shelfname" --></h1>
  
***************
*** 9,23 ****
                        <table class="small">
                                <tr colspan="4">
!                                       <th>delete</th>
!                                       <th>barcode</th>
!                                       <th>title</th>
                                        <th>Author</th>
                                </tr>
                                <!-- TMPL_LOOP Name="itemsloop" -->
                                        <tr>
!                                               <td<!-- TMPL_IF NAME="color" 
--> class="hilighted"<!-- /TMPL_IF -->><input type="checkbox" name="REM-<!-- 
TMPL_VAR NAME="itemnumber" -->"></td>
!                                               <td<!-- TMPL_IF NAME="color" 
--> class="hilighted"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="barcode" --></td>
!                                               <td<!-- TMPL_IF NAME="color" 
--> class="hilighted"<!-- /TMPL_IF -->><a class="transparent" 
href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- 
TMPL_VAR NAME="title" --></a></td>
!                                               <td<!-- TMPL_IF NAME="color" 
--> class="hilighted"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="author" --></td>
                                        </tr>
                                <!-- /TMPL_LOOP -->
--- 9,23 ----
                        <table class="small">
                                <tr colspan="4">
!                                       <th><!-- TMPL_IF name="manageshelf" 
-->Delete<!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></th>
!                                       <th>Barcode</th>
!                                       <th>Title</th>
                                        <th>Author</th>
                                </tr>
                                <!-- TMPL_LOOP Name="itemsloop" -->
                                        <tr>
!                                               <td><!-- TMPL_IF 
name="manageshelf" --><input type="checkbox" name="REM-<!-- TMPL_VAR 
NAME="itemnumber" -->"><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
!                                               <td><!-- TMPL_VAR 
NAME="barcode" --></td>
!                                               <td><a class="transparent" 
href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- 
TMPL_VAR NAME="title" --></a></td>
!                                               <td><!-- TMPL_VAR NAME="author" 
--></td>
                                        </tr>
                                <!-- /TMPL_LOOP -->
***************
*** 35,39 ****
        <!-- TMPL_IF name="manageshelf" -->
        <div class="bloc20">
!               <form>
                <h2>Add a book by barcode</h2>
                        <input type="hidden" name="shelfnumber" value="<!-- 
TMPL_VAR NAME="shelfnumber" -->">
--- 35,39 ----
        <!-- TMPL_IF name="manageshelf" -->
        <div class="bloc20">
!               <form action="/cgi-bin/koha/opac-shelves.pl" method="get">
                <h2>Add a book by barcode</h2>
                        <input type="hidden" name="shelfnumber" value="<!-- 
TMPL_VAR NAME="shelfnumber" -->">
***************
*** 60,64 ****
                <div class="bloc20">
                                        <h2>Select Shelves to Delete</h2>
!                                       <form method="post">
                                        <input type="hidden" name="shelves" 
value="1">
                                                <!-- TMPL_LOOP 
Name="shelvesloop" -->
--- 60,64 ----
                <div class="bloc20">
                                        <h2>Select Shelves to Delete</h2>
!                                       <form 
action="/cgi-bin/koha/opac-shelves.pl" method="post">
                                        <input type="hidden" name="shelves" 
value="1">
                                                <!-- TMPL_LOOP 
Name="shelvesloop" -->
***************
*** 78,82 ****
                </div>
                <div id="bloc60">
!                       <form method="post">
                                <input type="hidden" name="shelves" value="1">
                                <h2>Add Shelf</h2>
--- 78,82 ----
                </div>
                <div id="bloc60">
!                       <form action="/cgi-bin/koha/opac-shelves.pl" 
method="post">
                                <input type="hidden" name="shelves" value="1">
                                <h2>Add Shelf</h2>
***************
*** 112,122 ****
                                </tr>
                                <!-- TMPL_LOOP Name="shelvesloop" -->
!                               <tr>
!                                       <td<!-- TMPL_IF NAME="color" --> 
class="hilighted"<!-- /TMPL_IF -->>
                                                <a class="transparent" 
href="opac-shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelf" -->">
                                                        <!-- TMPL_VAR 
NAME="shelfname" -->
                                                </a>
                                        </td>
!                                       <td<!-- TMPL_IF NAME="color" --> 
class="hilighted"<!-- /TMPL_IF -->>
                                                <!-- TMPL_IF NAME="category1" 
-->
                                                        Private
--- 112,122 ----
                                </tr>
                                <!-- TMPL_LOOP Name="shelvesloop" -->
!                               <!-- TMPL_IF NAME="color" --><tr 
class="hilighted"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
!                                       <td>
                                                <a class="transparent" 
href="opac-shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelf" -->">
                                                        <!-- TMPL_VAR 
NAME="shelfname" -->
                                                </a>
                                        </td>
!                                       <td>
                                                <!-- TMPL_IF NAME="category1" 
-->
                                                        Private
***************
*** 129,141 ****
                                                <!-- /TMPL_IF -->
                                        </td>
!                                       <td<!-- TMPL_IF NAME="color" --> 
class="hilighted"<!-- /TMPL_IF -->>
                                                <!-- TMPL_VAR 
NAME="shelfbookcount" --> item(s)
                                        </td>
!                                       <!-- TMPL_IF name="mine" -->
!                                               <td<!-- TMPL_IF NAME="color" 
--> class="hilighted"<!-- /TMPL_IF -->>
!                                                       <a 
href="opac-shelves.pl?op=modif&shelf=<!-- TMPL_VAR NAME="shelf" -->" 
class="button">Modify</a>
!                                                       <!-- TMPL_VAR 
name="surname" --><!-- TMPL_VAR name="firstname" -->
                                                </td>
!                                       <!-- /TMPL_IF -->
                                </tr>
                                <!-- /TMPL_LOOP -->
--- 129,141 ----
                                                <!-- /TMPL_IF -->
                                        </td>
!                                       <td>
                                                <!-- TMPL_VAR 
NAME="shelfbookcount" --> item(s)
                                        </td>
!                                       
!                                               <td>
!                                                       <!-- TMPL_IF 
name="mine" --><a href="opac-shelves.pl?op=modif&shelf=<!-- TMPL_VAR 
NAME="shelf" -->" class="button">Modify</a>
!                                                       <!-- TMPL_VAR 
name="surname" --><!-- TMPL_VAR name="firstname" --><!-- TMPL_ELSE 
-->&nbsp;<!-- /TMPL_IF -->
                                                </td>
!                                       
                                </tr>
                                <!-- /TMPL_LOOP -->
***************
*** 150,154 ****
  <!-- TMPL_IF name="edit" -->
        <div class="bloc20">
!               <form method="post">
                        <input type="hidden" name="op" value="modifsave">
                        <h2>Modify shelf</h2>
--- 150,154 ----
  <!-- TMPL_IF name="edit" -->
        <div class="bloc20">
!               <form action="/cgi-bin/koha/opac-shelves.pl" method="post">
                        <input type="hidden" name="op" value="modifsave">
                        <h2>Modify shelf</h2>

Index: opac-suggestions.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-suggestions.tmpl,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** opac-suggestions.tmpl       30 Dec 2004 07:46:05 -0000      1.6
--- opac-suggestions.tmpl       24 Aug 2005 17:49:59 -0000      1.6.2.1
***************
*** 5,19 ****
        <p>Fill this form to suggest the library a new acquisition. You will be 
mailed when the library treats you suggestion</p>
        <p>No fields are mandatory. Fill whatever you know. The "Note" field 
can be used for whatever you want</p>
!       <form>
                <input type="hidden" name="op" value="add_confirm">
!               <p><label>Title</label><input type="text" name="title" size=60 
maxlentgh=80></p>
!               <p><label>Author</label><input type="text" name="author" 
size=60 maxlength=80></p>
!               <p><label>Copyright date</label><input type="text" 
name="copyrightdate" size="5" maxlength="4"></p>
!               <p><label>Publisher</label><input type="text" 
name="publishercode" size="60" maxlength="80"></p>
!               <p><label>Volume</label><input type="text" name="volumedesc" 
size="60" maxlength="80"></p>
!               <p><label>Publication year</label><input type="text" 
name="publicationyear" size="5" maxlength="4"></p>
!               <p><label>Publication place</label><input type="text" 
name="place" size="60" maxlength="80"></p>
!               <p><label>ISBN/ISSN</label><input type="text" name="isbn" 
size="14" maxlength="10"></p>
!               <p><label>Note</label><textarea name="note" rows="10" 
cols="60"></textarea></p>
                <p><label>&nbsp;</label><input type="submit" value="Send 
suggestion to the library staff" class="button"></p>
        </form>
--- 5,19 ----
        <p>Fill this form to suggest the library a new acquisition. You will be 
mailed when the library treats you suggestion</p>
        <p>No fields are mandatory. Fill whatever you know. The "Note" field 
can be used for whatever you want</p>
!       <form action="/cgi-bin/koha/opac-suggestions.pl" method="post">
                <input type="hidden" name="op" value="add_confirm">
!               <p><label for="stitle">Title</label><input type="text" 
name="title" id="stitle" size="60" maxlength="80"></p>
!               <p><label for="author">Author</label><input type="text" 
name="author" id="author" size="60" maxlength="80"></p>
!               <p><label for="copyrightdate">Copyright date</label><input 
type="text" name="copyrightdate" id="copyrightdate" size="5" maxlength="4"></p>
!               <p><label for="publishercode">Publisher</label><input 
type="text" name="publishercode" id="publishercode" size="60" 
maxlength="80"></p>
!               <p><label for="volumedesc">Volume</label><input type="text" 
name="volumedesc" id="volumedesc" size="60" maxlength="80"></p>
!               <p><label for="publicationyear">Publication year</label><input 
type="text" name="publicationyear" id="publicationyear" size="5" 
maxlength="4"></p>
!               <p><label for="place">Publication place</label><input 
type="text" name="place" id="place" size="60" maxlength="80"></p>
!               <p><label for="isbn">ISBN/ISSN</label><input type="text" 
name="isbn" id="isbn" size="14" maxlength="10"></p>
!               <p><label for="note">Note</label><textarea name="note" 
id="note" rows="10" cols="60"></textarea></p>
                <p><label>&nbsp;</label><input type="submit" value="Send 
suggestion to the library staff" class="button"></p>
        </form>
***************
*** 35,39 ****
                </tr>
                <tr>
!                       <form>
                                <th>
                                        Filter on
--- 35,39 ----
                </tr>
                <tr>
!                       <form action="/cgi-bin/koha/opac-suggestions.pl" 
method="get">
                                <th>
                                        Filter on
***************
*** 83,88 ****
                                <th>
                                        <select name="suggestedbyme">
!                                               <option value="1" <!-- TMPL_IF 
name="suggestedbyme" -->selected<!-- /TMPL_IF -->>Me</option>
!                                               <option value="0" <!-- 
TMPL_UNLESS name="suggestedbyme" -->selected<!-- /TMPL_UNLESS 
-->>Anybody</option>
                                        </select>
                                </th>
--- 83,88 ----
                                <th>
                                        <select name="suggestedbyme">
!                                               <!-- TMPL_IF 
NAME="suggestedbyme" --><option value="1" selected="selected"><!-- TMPL_ELSE 
--><option value="1"><!-- /TMPL_IF -->Me</option>
!                                               <!-- TMPL_UNLESS 
name="suggestedbyme" --><option value="0" selected="selected"><!-- TMPL_ELSE 
--><option value="0"><!-- /TMPL_UNLESS -->Anybody</option>
                                        </select>
                                </th>
***************
*** 95,118 ****
                        </form>
                </tr>
!               <form>
                        <input type="hidden" name="op" value="delete_confirm">
                <!-- TMPL_LOOP NAME="suggestions_loop" -->
!                       <tr>
                                <td>
                                        <input type="checkbox" 
name="delete_field" value="<!--TMPL_VAR name="suggestionid" -->">
                                </td>
!                               <td <!-- TMPL_IF name="even" 
-->class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_VAR NAME="title" -->
                                </td>
!                               <td <!-- TMPL_IF name="even" 
-->class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_VAR NAME="author" -->
                                </td>
!                               <td align="center"<!-- TMPL_IF name="even" --> 
class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_VAR NAME="copyrightdate" -->
                                </td>
!                               <td align="center" <!-- TMPL_IF name="even" --> 
class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_VAR name="publishercode" -->
                                </td>
!                               <td <!-- TMPL_IF name="even" 
-->class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_IF name="ASKED" -->Asked<!-- 
/TMPL_IF -->
                                        <!-- TMPL_IF name="ACCEPTED" 
-->Accepted, will be ordered soon<!-- /TMPL_IF -->
--- 95,118 ----
                        </form>
                </tr>
!               <form action="/cgi-bin/koha/opac-suggestions.pl" method="get">
                        <input type="hidden" name="op" value="delete_confirm">
                <!-- TMPL_LOOP NAME="suggestions_loop" -->
!                       <!-- TMPL_IF NAME="even" --><tr class="hilighted"><!-- 
TMPL_ELSE --><tr><!-- /TMPL_IF -->
                                <td>
                                        <input type="checkbox" 
name="delete_field" value="<!--TMPL_VAR name="suggestionid" -->">
                                </td>
!                               <td>
                                        <!-- TMPL_VAR NAME="title" -->
                                </td>
!                               <td>
                                        <!-- TMPL_VAR NAME="author" -->
                                </td>
!                               <td align="center">
                                        <!-- TMPL_VAR NAME="copyrightdate" -->
                                </td>
!                               <td align="center">
                                        <!-- TMPL_VAR name="publishercode" -->
                                </td>
!                               <td>
                                        <!-- TMPL_IF name="ASKED" -->Asked<!-- 
/TMPL_IF -->
                                        <!-- TMPL_IF name="ACCEPTED" 
-->Accepted, will be ordered soon<!-- /TMPL_IF -->
***************
*** 121,131 ****
                                        <!-- TMPL_IF name="AVAILABLE" 
-->Received by the library<!-- /TMPL_IF -->
                                </td>
!                               <td <!-- TMPL_IF name="even" 
-->class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_VAR name="surnamesuggestedby" 
--><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR 
name="firstnamesuggestedby" -->
                                </td>
!                               <td <!-- TMPL_IF name="even" 
-->class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_VAR name="usermanagedby" 
--><!-- TMPL_IF name="firstnamemanagedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR 
name="firstnamemanagedby" -->
                                </td>
!                               <td <!-- TMPL_IF name="even" 
-->class="hilighted"<!-- /TMPL_IF -->>
                                        <!-- TMPL_VAR name="note" -->
                                </td>
--- 121,131 ----
                                        <!-- TMPL_IF name="AVAILABLE" 
-->Received by the library<!-- /TMPL_IF -->
                                </td>
!                               <td>
                                        <!-- TMPL_VAR name="surnamesuggestedby" 
--><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR 
name="firstnamesuggestedby" -->
                                </td>
!                               <td>
                                        <!-- TMPL_VAR name="usermanagedby" 
--><!-- TMPL_IF name="firstnamemanagedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR 
name="firstnamemanagedby" -->
                                </td>
!                               <td>
                                        <!-- TMPL_VAR name="note" -->
                                </td>
***************
*** 150,154 ****
                <input type="hidden" name="op" value="add">
                <input type="submit" class="button" value="Enter a new 
suggestion">
!       <br />
        <p>Note : if you ask suggestion done by anybody, the result will 
contain only new suggestions. Suggestions treated by a librarian will not be 
shown.</p>
  <!-- /TMPL_IF -->
--- 150,154 ----
                <input type="hidden" name="op" value="add">
                <input type="submit" class="button" value="Enter a new 
suggestion">
!       </form>
        <p>Note : if you ask suggestion done by anybody, the result will 
contain only new suggestions. Suggestions treated by a librarian will not be 
shown.</p>
  <!-- /TMPL_IF -->




reply via email to

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