Ignore:
Timestamp:
4 May 2015, 08:24:12 (10 years ago)
Author:
Henrik Bettermann
Message:

Add link ‘Kofa Docs for this page’ at the end of the content box which refers to the corresponding section of the Kofa Documentation.

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

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/datacenterlogsshowfilepage.pt

    r11254 r12901  
    22  <input type="text" name="query" class="form-control"
    33         tal:attributes="value view/query; placeholder view/placeholder" />
     4   <br />
    45  <input class="btn btn-primary" type="submit" name="search"
    56         tal:attributes="value view/search_button" />
     
    910         tal:attributes="value view/filename" />
    1011</form>
    11 
     12<br />
    1213<div tal:condition="view/result|nothing">
    1314  <pre tal:content="structure view/result">
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/staffsitelayout.pt

    r11463 r12901  
    8989    <div class="sidebar well">
    9090        <div tal:condition="layout/getStudentName">
    91           <div class="kofa-sidebar-title" tal:content="layout/getStudentName">STUDENTNAME</div>
     91          <div class="kofa-sidebar-title" tal:content="layout/getStudentName">
     92            STUDENTNAME
     93          </div>
    9294          <ul class="nav">
    9395            <tal:left content="structure provider:left_studentmanage" />
     
    9597        </div>
    9698        <div tal:condition="layout/isAuthenticated">
    97           <div class="kofa-sidebar-title" tal:content="layout/getUserTitle">USERNAME</div>
     99          <div class="kofa-sidebar-title" tal:content="layout/getUserTitle">
     100            USERNAME
     101          </div>
    98102          <ul class="nav">
    99103            <tal:left content="structure provider:left_manage" />
     
    132136      </div>
    133137      <br />
    134 
     138      <div class="documentation" tal:condition="view/doclink|nothing">
     139        <a href="#" tal:attributes="href view/doclink"
     140           i18n:translate="" target="_blank">
     141          Kofa Docs for this page
     142        </a>
     143      </div>
    135144    </div>
    136145    <!-- /Diazo element-->
Note: See TracChangeset for help on using the changeset viewer.