[Koha-cvs] koha/koha-tmpl/opac-tmpl/css/en opac-main.tmpl [rel_2_2]

paul poulain paul at koha-fr.org
Fri Dec 30 11:57:38 CET 2005


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	paul poulain <tipaul at savannah.gnu.org>	05/12/30 10:57:38

Modified files:
	koha-tmpl/opac-tmpl/css/en: opac-main.tmpl 

Log message:
	adding missing <p> and </p>

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl.diff?only_with_tag=rel_2_2&tr1=1.16.2.8&tr2=1.16.2.9&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl
diff -u koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl:1.16.2.8 koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl:1.16.2.9
--- koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl:1.16.2.8	Thu Dec  1 13:56:07 2005
+++ koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl	Fri Dec 30 10:57:38 2005
@@ -58,24 +58,26 @@
 	</form>
 	<h2>Other options</h2>
 	<!-- TMPL_IF NAME="loggedinusername" -->
-		<!-- TMPL_IF name="virtualshelves" -->
-			<a href="/cgi-bin/koha/opac-shelves.pl" class="button">Virtual shelves</a>
-		<!-- /TMPL_IF -->
-		<!-- TMPL_IF name="suggestion" -->
-			<a href="opac-suggestions.pl" class="button">View & manage suggestions</a>
-		<!-- /TMPL_IF -->
-		<a href="/cgi-bin/koha/opac-user.pl" class="button">
-			My personnal details
-		</a>
-		<a href="/cgi-bin/koha/opac-readingrecord.pl" class="button">My reading history</a>
-		
-		<a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="button">
-			Log Out
-		</a>
-		<!-- TMPL_IF name="textmessaging"-->
-			<h2>Message from the library</h2>
-			<!-- TMPL_VAR name="textmessaging" -->
-		<!-- /TMPL_IF -->
+		<p>
+			<!-- TMPL_IF name="virtualshelves" -->
+				<a href="/cgi-bin/koha/opac-shelves.pl" class="button">Virtual shelves</a>
+			<!-- /TMPL_IF -->
+			<!-- TMPL_IF name="suggestion" -->
+				<a href="opac-suggestions.pl" class="button">Suggestions</a>
+			<!-- /TMPL_IF -->
+			<a href="/cgi-bin/koha/opac-user.pl" class="button">
+				My details
+			</a>
+			<a href="/cgi-bin/koha/opac-readingrecord.pl" class="button">My reading history</a>
+			
+			<a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="button">
+				Log Out
+			</a>
+			<!-- TMPL_IF name="textmessaging"-->
+				<h2>Message from the library</h2>
+				<!-- TMPL_VAR name="textmessaging" -->
+			<!-- /TMPL_IF -->
+		</p>
 	<!-- TMPL_ELSE -->
 		<p><a href="/cgi-bin/koha/opac-user.pl">Log in to Koha</a> to have personal options.</p>
 	<!-- /TMPL_IF -->





More information about the Koha-cvs mailing list