koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes masthe... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes masthe... [rel_2_2]
Date: Fri, 21 Apr 2006 21:26:19 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <address@hidden>   06/04/21 21:26:19

Modified files:
        koha-tmpl/opac-tmpl/npl/en/includes: masthead-user.inc 
                                             masthead.inc 
                                             masthead_adv.inc 

Log message:
        Trying to better handle clearing of the members block in the masthead

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead-user.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.4&tr2=1.1.2.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.6&tr2=1.1.2.7&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.4&tr2=1.1.2.5&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead-user.inc
diff -u koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead-user.inc:1.1.2.4 
koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead-user.inc:1.1.2.5
--- koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead-user.inc:1.1.2.4  Wed Apr 
12 07:02:12 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead-user.inc  Fri Apr 21 
21:26:19 2006
@@ -20,10 +20,12 @@
                <li><a href="/cgi-bin/koha/opac-user.pl">My Account</a></li>
                <li><a class="logout" href="/cgi-bin/koha/opac-logout.pl">Log 
Out</a></li>
        </ul>   
+<br class="clear" />
 </div>
 <!-- TMPL_ELSE -->
        <div id="members">
                <a class="card" href="/cgi-bin/koha/opac-user.pl">Log in to 
access<br /> cardholder features</a>
+<br class="clear" />
        </div>
 <!-- /TMPL_IF -->
 </div>
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc
diff -u koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc:1.1.2.6 
koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc:1.1.2.7
--- koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc:1.1.2.6       Wed Apr 
12 07:04:09 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc       Fri Apr 21 
21:26:19 2006
@@ -24,5 +24,5 @@
                <a class="card" href="/cgi-bin/koha/opac-user.pl">Log in to 
access<br /> cardholder features</a>
        </div>
 <!-- /TMPL_IF -->
-<span class="clear">&nbsp;</span>
+<br class="clear" />
 </div>
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc
diff -u koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc:1.1.2.4 
koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc:1.1.2.5
--- koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc:1.1.2.4   Wed Apr 
12 07:04:09 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc   Fri Apr 21 
21:26:19 2006
@@ -18,4 +18,5 @@
                <a class="card" href="/cgi-bin/koha/opac-user.pl">Log in to 
access<br /> cardholder features</a>
        </div>
 <!-- /TMPL_IF -->
+<br class="clear" />
 </div>




reply via email to

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