[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters viewlog.tmpl,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Mon Aug 8 11:11:56 CEST 2005


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

Modified Files:
	viewlog.tmpl 
Log Message:
minor (graphic) changes in log viewer

Index: viewlog.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/viewlog.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** viewlog.tmpl	20 Jul 2005 16:09:04 -0000	1.1
--- viewlog.tmpl	8 Aug 2005 09:11:54 -0000	1.2
***************
*** 1,3 ****
! <!-- TMPL_INCLUDE NAME="reportswcal-top.inc" -->
  <div id="mainbloc" >
  
--- 1,3 ----
! <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
  <div id="mainbloc" >
  
***************
*** 8,12 ****
  }
  </script>
! 		<h1 class="parameters">Koha : LogView for <!-- TMPL_VAR NAME="modulename"--> </h1>
  		<!-- TMPL_IF NAME="loopfilter"-->
  			<p>Filtered on</p>
--- 8,12 ----
  }
  </script>
! 		<h1 class="parameters">Koha : Hisory view for <!-- TMPL_VAR NAME="modulename"--> </h1>
  		<!-- TMPL_IF NAME="loopfilter"-->
  			<p>Filtered on</p>
***************
*** 19,27 ****
  			<!-- TMPL_IF NAME="catalogue" -->
  				<tr >
! 							<th class="parameters">Timestamp
  							</th>
! 							<th class="parameters">Firstname
  							</th>
! 							<th class="parameters">Surname
  							</th>
  							<th class="parameters">Action
--- 19,27 ----
  			<!-- TMPL_IF NAME="catalogue" -->
  				<tr >
! 							<th class="parameters">Modified on
  							</th>
! 							<th class="parameters">Title
  							</th>
! 							<th class="parameters">Librarian
  							</th>
  							<th class="parameters">Action
***************
*** 29,44 ****
  							<th class="parameters">Info
  							</th>
- 							<th class="parameters">Title
- 							</th>
- 							<th class="parameters">Author
- 							</th>
  				</tr>
  				<!-- TMPL_LOOP NAME="looprow" -->
  					<!-- TMPL_IF NAME="hilighted" --><tr class="higlighted"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
! 						<td><!-- TMPL_IF NAME="timestamp" --><!-- TMPL_VAR NAME="timestamp" --><!-- /TMPL_IF -->
  						</td>
! 						<td><!-- TMPL_IF NAME="firstname" --><!-- TMPL_VAR NAME="firstname" --><!-- /TMPL_IF -->
  						</td>
! 						<td><!-- TMPL_IF NAME="surname" --><!-- TMPL_VAR NAME="surname" --><!-- /TMPL_IF -->
  						</td>
  						<td><!-- TMPL_IF NAME="action" --><!-- TMPL_VAR NAME="action" --><!-- /TMPL_IF -->
--- 29,40 ----
  							<th class="parameters">Info
  							</th>
  				</tr>
  				<!-- TMPL_LOOP NAME="looprow" -->
  					<!-- TMPL_IF NAME="hilighted" --><tr class="higlighted"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
! 						<td><!-- TMPL_VAR NAME="day" --><br/>(<!-- TMPL_VAR NAME="timestamp" -->)
  						</td>
! 						<td><!-- TMPL_VAR NAME="title" -->, <!-- TMPL_VAR NAME="author" -->
  						</td>
! 						<td><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->
  						</td>
  						<td><!-- TMPL_IF NAME="action" --><!-- TMPL_VAR NAME="action" --><!-- /TMPL_IF -->
***************
*** 46,53 ****
  						<td><!-- TMPL_IF NAME="info" --><!-- TMPL_VAR NAME="info" --><!-- /TMPL_IF -->
  						</td>
- 						<td><!-- TMPL_IF NAME="title" --><!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF -->
- 						</td>
- 						<td><!-- TMPL_IF NAME="author" --><!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
- 						</td>
  					</tr>
  				<!-- /TMPL_LOOP -->
--- 42,45 ----





More information about the Koha-cvs mailing list