Ignore:
Timestamp:
11 Feb 2012, 07:04:56 (13 years ago)
Author:
Henrik Bettermann
Message:

'Label' is the topmost headline and should thus be tagged with h1. Adjust css classes accordingly. We don't need headlines bigger than 22px.

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

    r7469 r7630  
    9292          </span>
    9393        </div>
    94         <h2 i18n:translate="" tal:condition="view/label|nothing"
    95             tal:content="view/label">Label</h2>
     94        <h1 i18n:translate="" tal:condition="view/label|nothing"
     95            tal:content="view/label">Label</h1>
    9696        <div tal:content="structure view/content"> THE CONTENT
    9797        </div>
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt

    r7551 r7630  
    7777          </span>
    7878        </div>
    79         <h2 i18n:translate="" tal:condition="view/label|nothing"
    80             tal:content="view/label">Label</h2>
     79        <h1 i18n:translate="" tal:condition="view/label|nothing"
     80            tal:content="view/label">Label</h1>
    8181        <div tal:content="structure view/content"> THE CONTENT
    8282        </div>
Note: See TracChangeset for help on using the changeset viewer.