taylor 2004/04/21 11:45:30
Modified: webapp/WEB-INF/templates/vm/navigations/html top.vm
Log:
added TOP_TITLE back to topnav
PR:
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.26 +6 -1
jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm
Index: top.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- top.vm 18 Mar 2004 03:39:50 -0000 1.25
+++ top.vm 21 Apr 2004 18:45:30 -0000 1.26
@@ -173,10 +173,15 @@
<a href="$jslink.setTemplate("LoginHelp")"
$FontStyle>$l10n.TOP_LOGINHELP</a>
</td>
</tr>
+ <tr>
+ <td align="center" colspan="3">
+ <div $FontStyle>$l10n.TOP_TITLE</div>
+ </td>
+ </tr>
## Leave space between last line and content
<tr>
<td> </td>
- </tr>
+ </tr>
</table>
</form>
</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]