[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-suggestions.tmpl,1.1.2.1,1.1.2.2

Owen Leonard oleonard at users.sourceforge.net
Tue Jul 12 23:04:56 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	opac-suggestions.tmpl 
Log Message:
Minor HTML changes affecting appearance

Index: opac-suggestions.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-suggestions.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-suggestions.tmpl	7 Jul 2005 20:40:37 -0000	1.1.2.1
--- opac-suggestions.tmpl	12 Jul 2005 21:04:54 -0000	1.1.2.2
***************
*** 43,61 ****
  			<form>
  				<th>
! 					Filter on
  				</th>
! 				<th>
  					<input type="text" name="title" value="<!-- TMPL_VAR name="title"-->" />
! 				</th>
! 				<th>
  					<input type="text" name="author" value="<!-- TMPL_VAR name="author" -->" />
! 				</th>
! 				<th>
  					&nbsp;
! 				</th>
! 				<th>
  					<input type="text" name="publishercode" value="<!-- TMPL_VAR name="publishercode"-->" />
! 				</th>
! 				<th>
  					<select name="status">
  						<option value="">Any</option>
--- 43,61 ----
  			<form>
  				<th>
! 					Filter by:
  				</th>
! 				<td>
  					<input type="text" name="title" value="<!-- TMPL_VAR name="title"-->" />
! 				</td>
! 				<td>
  					<input type="text" name="author" value="<!-- TMPL_VAR name="author" -->" />
! 				</td>
! 				<td>
  					&nbsp;
! 				</td>
! 				<td>
  					<input type="text" name="publishercode" value="<!-- TMPL_VAR name="publishercode"-->" />
! 				</td>
! 				<td>
  					<select name="status">
  						<option value="">Any</option>
***************
*** 65,81 ****
  						<option value="AVAILABLE"<!-- TMPL_IF name="AVAILABLE" -->selected<!-- /TMPL_IF -->>Available</option>
  					</select>
! 				</th>
! 				<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>
! 				<th>
  					&nbsp;
! 				</th>
! 				<th>
  					<input type="submit" class="submit" value="Set Filter" />
! 				</th>
  			</form>
  		</tr>
--- 65,81 ----
  						<option value="AVAILABLE"<!-- TMPL_IF name="AVAILABLE" -->selected<!-- /TMPL_IF -->>Available</option>
  					</select>
! 				</td>
! 				<td>
  					<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>
! 				</td>
! 				<td>
  					&nbsp;
! 				</td>
! 				<td>
  					<input type="submit" class="submit" value="Set Filter" />
! 				</td>
  			</form>
  		</tr>
***************
*** 117,130 ****
  		<!-- /TMPL_LOOP -->
  		<tr>
! 			<td colspan="2">
  				<input type="submit" class="icon delete" value="Delete Checked Items" />
  			</td>
- 			<td> &nbsp; </td>
- 			<td> &nbsp; </td>
- 			<td> &nbsp; </td>
- 			<td> &nbsp; </td>
- 			<td> &nbsp; </td>
- 			<td> &nbsp; </td>
- 			<td> &nbsp; </td>
  		</tr>
  		</form>
--- 117,123 ----
  		<!-- /TMPL_LOOP -->
  		<tr>
! 			<td colspan="9">
  				<input type="submit" class="icon delete" value="Delete Checked Items" />
  			</td>
  		</tr>
  		</form>





More information about the Koha-cvs mailing list