Project

General

Profile

« Previous | Next » 

Revision 4536

call it the "Data Cart" instead of just the "Cart"

View differences:

lib/style/skins/first/header.jsp
82 82
		</td>
83 83
	</tr>
84 84
	<tr>
85
		<td height="48" valign="middle" bgcolor="#C8C4B9" background="<%=STYLE_SKINS_URL%>/first/images/navbarbackground.gif">
85
		<td height="48" valign="middle" align="center" bgcolor="#C8C4B9" background="<%=STYLE_SKINS_URL%>/first/images/navbarbackground.gif">
86 86
			<table width="780" border="0" cellspacing="0" cellpadding="0">
87 87
			  <tr>
88
			    <td width="30%">&nbsp;</td>
89
			    <td><a href="index.jsp" target="_top">Search</a></td>
88
			    <td><a href="index.jsp" target="_top">Home</a></td>
89
			    <td><a href="http://www.first2.org/" target="_top">FIRST</a></td>
90 90
			    <td><a href="about.jsp" target="_top">About</a></td>
91 91
						<%
92 92
						boolean loggedIn = SessionService.isSessionRegistered(request.getSession().getId());
......
104 104
							<td>
105 105
							<div id="importantThings">
106 106
								<a href="cart.jsp" target="_top">
107
									Cart 
107
									Data Cart 
108 108
								</a>
109 109
								(Items: <%=docids.length %>, Fields: <%=fields.size() %>)
110 110
							</div>
lib/style/skins/first/cart.jsp
104 104

  
105 105
<table width="100%" border="0" cellspacing="20" cellpadding="0">
106 106
	<tr>
107
		<th colspan="2">Cart</th>
107
		<th colspan="2">Data Cart</th>
108 108
	</tr>
109 109
	<tr valign="top">
110 110
		<td colspan="1">
......
221 221
	<tr>
222 222
		<td colspan="2">
223 223
			<div id="ajaxCartResults" style="/*display:none;*/">
224
				<p class="emphasis">Cart is Empty</p>
224
				<p class="emphasis">Data Cart is Empty</p>
225 225
			</div>
226 226
		</td>
227 227
	</tr>

Also available in: Unified diff