- Timestamp:
- 12 Jan 2012, 12:13:36 (13 years ago)
- Location:
- main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/layout.py
r7450 r7456 230 230 return getattr(grok.getSite()['configuration'], 'name', u'Sample University') 231 231 232 def getAppAcronym(self): 233 return getattr(grok.getSite()['configuration'], 'acronym', u'Acronym') 234 232 235 def isAuthenticated(self): 233 236 """Return True if the calling user is authenticated. -
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/staffsitelayout.pt
r7454 r7456 18 18 <div class="topbar-inner"> 19 19 <div class="container-fluid"> 20 <a class="brand" href="#" >Acronym</a>20 <a class="brand" href="#" tal:content="layout/getAppAcronym">Acronym</a> 21 21 <ul class="nav"> 22 22 <tal:primary_nav content="structure provider:primary_nav" /> -
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/studentsitelayout.pt
r7455 r7456 22 22 <div class="topbar-inner"> 23 23 <div class="container"> 24 <a class="brand" href="#" >Acronym</a>24 <a class="brand" href="#" tal:content="layout/getAppAcronym">Acronym</a> 25 25 <ul class="nav"> 26 26 <tal:primary_nav content="structure provider:primary_nav" />
Note: See TracChangeset for help on using the changeset viewer.