[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/suggestion acceptorreject.tmpl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Tue Nov 23 15:15:35 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/suggestion
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25402/koha-tmpl/intranet-tmpl/default/en/suggestion

Modified Files:
	acceptorreject.tmpl 
Log Message:
rolling back to 1.1 => owen last commit was buggy : should have be in /npl/ directory, not here.

Index: acceptorreject.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/suggestion/acceptorreject.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** acceptorreject.tmpl	25 Oct 2004 15:43:13 -0000	1.2
--- acceptorreject.tmpl	23 Nov 2004 14:15:32 -0000	1.3
***************
*** 1,43 ****
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Suggestion Management
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
! <div id="main">
  
  <!-- TMPL_IF name="op_else" -->
! 	<h1>Suggestions Management</h1>
! 	<form method="post" action="/cgi-bin/koha/suggestion/acceptorreject.pl">
! 	<input type="hidden" name="op" value="aorr_confirm">
  	<table>
  		<tr>
! 			<th>Status</th>
! 			<th>Suggestion</th>
! 			<th>Suggested by</th>
  		</tr>
  		<!-- TMPL_LOOP NAME="suggestions_loop" -->
! 			<tr<!-- TMPL_IF name="even" --> class="highlight"<!-- /TMPL_IF -->>
  				<td>
  					<select name="aorr">
! 						<option value=""> -- Choose Action --</option>
  						<option value="R<!--TMPL_VAR name="suggestionid" -->">Reject</option>
  						<option value="A<!--TMPL_VAR name="suggestionid" -->">Accept</option>
  					</select>
  				</td>
! 				<td><!-- TMPL_VAR NAME="title" --><!-- TMPL_IF NAME="author" -->, by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --><br>
! 					<!-- TMPL_IF name="copyrightdate" -->&copy <!-- TMPL_VAR name="copyrightdate" --> <!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="volumedesc" -->; Volume:<i><!-- TMPL_VAR name="volumedesc" --></i> <!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="isbn" -->; ISBN :<i><!-- TMPL_VAR name="isbn" --></i> <!-- /TMPL_IF --><!-- TMPL_IF name="publishercode" -->; Published by <!-- TMPL_VAR name="publishercode" --> <!-- /TMPL_IF --><!-- TMPL_IF name="publicationyear" --> in <i><!-- TMPL_VAR name="publicationyear" --></i> <!-- /TMPL_IF --><!-- TMPL_IF name="place" --> in <i><!-- TMPL_VAR name="place" --></i> <!-- /TMPL_IF --><br><!-- TMPL_IF name="note" --><!-- TMPL VAR NAME="note" --><!-- /TMPL_IF -->
  
  				</td>
! 				<td>
  					<!-- TMPL_VAR name="surnamesuggestedby" --><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR name="firstnamesuggestedby" -->
  				</td>
  			</tr>
  		<!-- /TMPL_LOOP -->
! 		</table></form>
! 		<p><input type="submit" class="submit" value="Change Status"></p>
! 
! 	
  <!-- /TMPL_IF -->
  </div>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
--- 1,51 ----
! <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
! <div id="mainbloc">
  
  <!-- TMPL_IF name="op_else" -->
! 	<h1 class="acquisition">Suggestions</h1>
  	<table>
  		<tr>
! 			<th class="acquisition">Status</th>
! 			<th class="acquisition">Suggestion</th>
! 			<th class="acquisition">Suggested by</th>
  		</tr>
+ 		<form method="post" action="/cgi-bin/koha/suggestion/acceptorreject.pl">
+ 			<input type="hidden" name="op" value="aorr_confirm">
  		<!-- TMPL_LOOP NAME="suggestions_loop" -->
! 			<tr>
  				<td>
  					<select name="aorr">
! 						<option value=""></option>
  						<option value="R<!--TMPL_VAR name="suggestionid" -->">Reject</option>
  						<option value="A<!--TMPL_VAR name="suggestionid" -->">Accept</option>
  					</select>
  				</td>
! 				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
! 					<p><!-- TMPL_VAR NAME="title" --> - <!-- TMPL_VAR NAME="author" --></p>
! 					<p>
! 						<!-- TMPL_IF name="copyrightdate" -->copy. year:<!-- TMPL_VAR name="copyrightdate" --> <!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="volumedesc" -->volume:<i><!-- TMPL_VAR name="volumedesc" --></i> <!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="isbn" -->ISBN :<i><!-- TMPL_VAR name="isbn" --></i> <!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="publishercode" --><br/>published by:<!-- TMPL_VAR name="publishercode" --> <!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="publicationyear" --> in <i><!-- TMPL_VAR name="publicationyear" --></i> <!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="place" --> at <i><!-- TMPL_VAR name="place" --></i> <!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="note" --><p><i>(<!-- TMPL_VAR name="copyrightdate" -->)</i></p> <!-- /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>
  			</tr>
  		<!-- /TMPL_LOOP -->
! 		<tr>
! 			<td>
! 				<input type="submit" class="button acquisition" value="change status">
! 			</td>
! 			<td> &nbsp; </td>
! 			<td> &nbsp; </td>
! 		</tr>
! 		</form>
! 	</table>
  <!-- /TMPL_IF -->
  </div>
! <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->
\ No newline at end of file





More information about the Koha-cvs mailing list