koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/authoritie... [rel_3_0]


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/authoritie... [rel_3_0]
Date: Wed, 24 Jan 2007 10:29:01 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Henri-Damien LAURENT <hdl>      07/01/24 10:29:01

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/authorities: detail.tmpl 

Log message:
        Display Unification :
        Actions are now using action css.
        + using ccl queries to get the biblios ("an" keyword must be defined in 
ccl.properties)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/authorities/detail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: detail.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/authorities/detail.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- detail.tmpl 24 Jan 2007 10:20:12 -0000      1.1.2.4
+++ detail.tmpl 24 Jan 2007 10:29:01 -0000      1.1.2.5
@@ -61,18 +61,16 @@
 
 <h1 class="authority">Authority #<!-- TMPL_VAR NAME="authid" --> (<!-- 
TMPL_VAR name="authtypetext" -->)</h1>
 
-<div id="authorities_detail_actions">
-  <ul>
-    <li><a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" 
-->">Edit</a></li>
+<div id="action">
+<a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">Edit</a>
 
 <!-- TMPL_UNLESS name="count" -->
-    <li><a href="javascript:confirm_deletion()">Delete</a></li>
+<a href="javascript:confirm_deletion()">Delete</a>
 <!-- /TMPL_UNLESS -->
 
-    <li><a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR 
NAME="authid" -->')" class="button authority">Print</a></li>
+<a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" 
-->')" class="button authority">Print</a>
 
-    <li><a 
href="../catalogue/search.pl?type=intranet&amp;op=do_search&amp;address@hidden 
1=Koha-Auth-Number <!--TMPL_VAR Name="authid" -->" class="button 
authority"><!-- TMPL_VAR name="count" --> biblios</a></li>
-  </ul>
+<a 
href="../catalogue/search.pl?type=intranet&amp;op=do_search&amp;q=an=<!--TMPL_VAR
 Name="authid" -->" class="button authority"><!-- TMPL_VAR name="count" --> 
biblios</a>
 </div>
 
 <div id="authorities_detail_details">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]