[open-ils-commits] r379 - servres/trunk/conifer/templates (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 21 19:50:09 EDT 2009


Author: gfawcett
Date: 2009-04-21 19:50:07 -0400 (Tue, 21 Apr 2009)
New Revision: 379

Modified:
   servres/trunk/conifer/templates/master.xhtml
Log:
lose the PID in the masthead; change E-Reserves to Reserve.


Modified: servres/trunk/conifer/templates/master.xhtml
===================================================================
--- servres/trunk/conifer/templates/master.xhtml	2009-04-21 23:46:30 UTC (rev 378)
+++ servres/trunk/conifer/templates/master.xhtml	2009-04-21 23:50:07 UTC (rev 379)
@@ -1,5 +1,5 @@
 <?python
-app_name = _('Syrup E-Reserve System')
+app_name = _('Syrup Reserves System')
 search = _('search...')
 import os
 ?>
@@ -23,7 +23,6 @@
       <div id="outer">
       <div id="brandheader">
 	<div style="float: right; font-size: x-large; padding: 12px; color: #888;">
-	  ${os.getpid()}
 	  ${app_name}
 	</div>
 	<img src="${ROOT}/static/institution-logo.png" style="height: 50px;"/>



More information about the open-ils-commits mailing list