[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes marc-top.inc,1.12,1.12.2.1

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue May 24 17:06:47 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	marc-top.inc 
Log Message:
Displaying Frameworks in MarcDetail...
Enabling change in Framework comming soon.

Index: marc-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-top.inc,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** marc-top.inc	2 Dec 2004 16:43:28 -0000	1.12
--- marc-top.inc	24 May 2005 15:06:45 -0000	1.12.2.1
***************
*** 61,67 ****
  	</div>
  <!-- /TMPL_UNLESS -->
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
  <!-- TMPL_ELSE -->
!     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
  <!-- /TMPL_IF -->
--- 61,75 ----
  	</div>
  <!-- /TMPL_UNLESS -->
+ <table border=0><tr >
+ <td align="left">
  <!-- TMPL_IF NAME="loggedinusername" -->
!     Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]
  <!-- TMPL_ELSE -->
!     <a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha
  <!-- /TMPL_IF -->
+ 		</td>
+ 		<td align="right">
+ 		<b>Framework :<!--TMPL_VAR Name="framework" --></b>
+ 		</td>
+ 		</tr>
+ 	</table>





More information about the Koha-cvs mailing list