[open-ils-commits] r1130 - servres/trunk/conifer/templates (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 28 12:29:37 EST 2010
Author: gfawcett
Date: 2010-12-28 12:29:34 -0500 (Tue, 28 Dec 2010)
New Revision: 1130
Modified:
servres/trunk/conifer/templates/master.xhtml
Log:
hide "Preferences" for now; revisit later.
Modified: servres/trunk/conifer/templates/master.xhtml
===================================================================
--- servres/trunk/conifer/templates/master.xhtml 2010-12-28 17:22:11 UTC (rev 1129)
+++ servres/trunk/conifer/templates/master.xhtml 2010-12-28 17:29:34 UTC (rev 1130)
@@ -55,13 +55,13 @@
<?python user.maybe_refresh_external_memberships() ?>
<strong style="padding-right: 18px;">Welcome, ${user.first_name or user.username}!</strong>
<a href="${ROOT}${settings.LOGOUT_URL}">Log Out</a>
- • <a href="${ROOT}/prefs/">Preferences</a>
+ <!-- • <a href="${ROOT}/prefs/">Preferences</a> -->
</div>
<div id="welcome" py:if="not user.is_authenticated()">
<strong style="padding-right: 18px;">Welcome!</strong>
<a class="loginbutton" href="${ROOT}${settings.LOGIN_URL}">Log In</a>
<span py:if="settings.USE_I18N">
- • <a href="${ROOT}/prefs/">Preferences</a>
+ <!-- • <a href="${ROOT}/prefs/">Preferences</a> -->
</span>
</div>
</div>
More information about the open-ils-commits
mailing list