[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes navig... [rel_3_0]

paul poulain paul at koha-fr.org
Mon Jan 29 18:01:19 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/01/29 17:01:19

Modified files:
	koha-tmpl/opac-tmpl/prog/en/includes: navigation.inc 

Log message:
	removing some useless html tags

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.8&r2=1.1.2.9

Patches:
Index: navigation.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -b -r1.1.2.8 -r1.1.2.9
--- navigation.inc	11 Jan 2007 14:35:39 -0000	1.1.2.8
+++ navigation.inc	29 Jan 2007 17:01:19 -0000	1.1.2.9
@@ -33,27 +33,23 @@
         </ul>
         <br />
     <!-- TMPL_IF NAME="loggedinusername" -->
-        <ul>
         <a href="/cgi-bin/koha/opac-user.pl"><b>User Info</b></a>
         <li>Logged in as: <b> <!-- TMPL_VAR NAME="loggedinusername" --> </b></li>
         <li><a href="/cgi-bin/koha/opac-logout.pl?logout=Log Out">Log Out</a></li>
-        </ul>
     <!-- TMPL_ELSE -->
-        <ul>
            <form action="/cgi-bin/koha/opac-user.pl" method="POST" name="auth" id="auth">
-            <p>
+            <li>
                 <label for="userid">Login:</label>
                 <input type="text" id="userid" size="10" name="userid" />
-            </p>
-            <p>
+            </li>
+            <li>
                 <label for="password">Pass: </label>
                 <input type="password" id="password" size="10" name="password" />
-            </p>
-            <p>
+            </li>
+            <li>
                 <input type="submit" value="Log In" class="submit" />
-            </p>
+            </li>
             </form>
-        </ul>
     <!-- /TMPL_IF -->
  </div>
 





More information about the Koha-cvs mailing list