Changeset 11000 for main/waeup.kofa/branches/uli-diazo-themed/src
- Timestamp:
- 29 Jan 2014, 13:15:42 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/browser.txt
r10540 r11000 311 311 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 312 312 ...<h1 class="kofa-content-label">Academic Section</h1> 313 ...<td> <a href=" TF"> <span>TF</span></a></td>313 ...<td> <a href="http://localhost/myuniversity/faculties/TF"> <span>TF</span></a></td> 314 314 ... 315 315 -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/interfaces.py
r10680 r11000 585 585 ) 586 586 587 skin = schema.Choice(588 title = _(u'Skin'),589 default = u'gray waeup theme',590 vocabulary = 'waeup.kofa.browser.theming.ThemesVocabulary',591 required = True,592 )593 594 587 frontpage = schema.Text( 595 588 title = _(u'Content in HTML format'),
Note: See TracChangeset for help on using the changeset viewer.