[sword-cvs] swordweb preferences.jsp,1.7,1.8

sword@www.crosswire.org sword@www.crosswire.org
Tue, 28 Oct 2003 07:32:26 -0700


Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv24311

Modified Files:
	preferences.jsp 
Log Message:
added <h3> for the lists of prefs/all


Index: preferences.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/preferences.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- preferences.jsp	27 Oct 2003 23:35:39 -0000	1.7
+++ preferences.jsp	28 Oct 2003 14:32:24 -0000	1.8
@@ -41,6 +41,7 @@
 		<div id="translations">
 
 		<h2>Translations:</h2>
+		<h3>Preferred Translations</h3>
 		<ul>
 		<%
 			for (int i = 0; i < prefBibles.size(); i++) {
@@ -52,7 +53,7 @@
 		%>
 		</ul>
 
-
+		<h3>All Translations</h3>
 		<ul>
 		<%
 			for (int i = 0; i < modInfo.length; i++) {
@@ -73,6 +74,7 @@
 		<div id="commentaries">
 
 		<h2>Comentaries:</h2>
+		<h3>Preferred Comentaries</h3>
 		<ul>
 		<%
 			for (int i = 0; i < prefCommentaries.size(); i++) {
@@ -85,7 +87,7 @@
 		</ul>
 
 
-
+<h3>All Comentaries</h3>
 		<ul>
 		<%
 			for (int i = 0; i < modInfo.length; i++) {
@@ -104,8 +106,8 @@
 
 	<tiles:put name="content" type="string">
 <div id="preferences">
-		<h2>Preferred Bibles</h2>
-		Click to remove.  Reselect on the side to move to the top.
+		<h2>Preferred Translations</h2>
+		<p>Click to remove.  Reselect on the side to move to the top.</p>
 		<ul>
 		<%
 			for (int i = 0; i < prefBibles.size(); i++) {
@@ -118,7 +120,7 @@
 		%>
 		</ul>
 		<h2>Preferred Commentaries</h2>
-		Click to remove.  Reselect on the side to move to the top.
+		<p>Click to remove.  Reselect on the side to move to the top.</p>
 		<ul>
 		<%
 			for (int i = 0; i < prefCommentaries.size(); i++) {