Ignore:
Timestamp:
12 Jan 2012, 17:54:28 (13 years ago)
Author:
Henrik Bettermann
Message:

Link acronym with the home page. Then we don't need the home tab.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/staffsitelayout.pt

    r7459 r7461  
    1818      <div class="topbar-inner">
    1919        <div class="container-fluid">
    20           <a class="brand" href="#" tal:content="layout/getAppAcronym">Acronym</a>
     20          <a class="brand" href="#"
     21              tal:attributes="href python: view.url(layout.site)"
     22              tal:content="layout/getAppAcronym">Acronym</a>
    2123          <ul class="nav">
    2224            <tal:primary_nav content="structure provider:primary_nav" />
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt

    r7459 r7461  
    2222      <div class="topbar-inner">
    2323        <div  class="container">
    24           <a class="brand" href="#" tal:content="layout/getAppAcronym">Acronym</a>
     24          <a class="brand" href="#"
     25              tal:attributes="href python: view.url(layout.site)"
     26              tal:content="layout/getAppAcronym">Acronym</a>
    2527          <ul class="nav">
    2628              <tal:primary_nav content="structure provider:primary_nav" />
Note: See TracChangeset for help on using the changeset viewer.