[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marc_
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marc_subfields_structure.tmpl,1.39,1.40 |
Date: |
Thu, 10 Feb 2005 14:43:56 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24334/koha-tmpl/intranet-tmpl/default/en/parameters
Modified Files:
marc_subfields_structure.tmpl
Log Message:
Switching from building 'edit' link in the script to building it in the
template itself by creating edit_tagfield and edit_frameworkcode variables to
pass to the template.
This change to the template is required if the link is to work
Index: marc_subfields_structure.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marc_subfields_structure.tmpl,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** marc_subfields_structure.tmpl 20 Jan 2005 18:45:29 -0000 1.39
--- marc_subfields_structure.tmpl 10 Feb 2005 22:43:53 -0000 1.40
***************
*** 144,150 ****
<!-- /TMPL_LOOP -->
</table>
! <!-- TMPL_VAR NAME="edit" -->
! <img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme"
-->/images/fileopen.png" width="32" hspace="0" vspace="0" border="0">
! </a>
<a href="marctagstructure.pl?searchfield=<!-- TMPL_VAR NAME="tagfield"
-->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">
<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme"
-->/images/2uparrow.png" width="32" hspace="0" vspace="0" border="0">
--- 144,148 ----
<!-- /TMPL_LOOP -->
</table>
! <a href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form&tagfield=<!--
TMPL_VAR NAME="edit_tagfield" -->&frameworkcode=<!-- TMPL_VAR
NAME="edit_frameworkcode" -->"><img src="<!-- TMPL_VAR NAME="interface"
-->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png" width="32" hspace="0"
vspace="0" border="0"></a>
<a href="marctagstructure.pl?searchfield=<!-- TMPL_VAR NAME="tagfield"
-->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->">
<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme"
-->/images/2uparrow.png" width="32" hspace="0" vspace="0" border="0">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marc_subfields_structure.tmpl,1.39,1.40,
Owen Leonard <=