- Timestamp:
- 21 Feb 2014, 09:22:30 (11 years ago)
- Location:
- main/kofacustom.ekodisco/branches/henrik-diazo-themed
- Files:
-
- 4 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/branches/henrik-diazo-themed
-
Property
svn:ignore
set to
.installed.cfg
.mr.developer.cfg
bin
develop-eggs
parts
sources
var
-
Property
svn:ignore
set to
-
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src
-
Property
svn:ignore
set to
kofacustom.ekodisco.egg-info
-
Property
svn:ignore
set to
-
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src/kofacustom/ekodisco/browser/tests.py
r10770 r11155 49 49 shutil.rmtree(self.dc_root) 50 50 51 def test_custom_theme(self):52 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')53 self.browser.open('http://localhost/app/configuration')54 self.assertMatches('...EkoDisco Theme...', self.browser.contents)55 self.browser.getControl(name="form.skin").value = ['custom theme']56 self.browser.getControl("Save").click()57 self.browser.open('http://localhost/app/configuration')58 return59 60 51 def test_access_live_url(self): 61 52 # We can't access the system with basic authentication -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src/kofacustom/ekodisco/interswitch/browser_templates/applicant_goto_interswitch.pt
r10770 r11155 72 72 <span tal:replace="structure view/xml_data"></span> 73 73 74 <input type="submit" class="btn" tal:attributes="value view/submit_button"/> 74 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 75 76 <br /><br /> 77 78 <img src="/static/img/interswitch_verve_mastercard.gif" /> 75 79 76 80 </form> -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src/kofacustom/ekodisco/interswitch/browser_templates/student_goto_interswitch.pt
r10770 r11155 72 72 <span tal:replace="structure view/xml_data"></span> 73 73 74 <input type="submit" class="btn" tal:attributes="value view/submit_button"/> 74 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 75 76 <br /><br /> 77 78 <img src="/static/img/interswitch_verve_mastercard.gif" /> 75 79 76 80 </form> -
main/kofacustom.ekodisco/branches/henrik-diazo-themed/src/kofacustom/ekodisco/students/browser_templates/studycoursepage.pt
r10804 r11155 1 1 <table class="form-table" i18n:domain="waeup.kofa"> 2 <thead>3 </thead>4 2 <tbody> 5 3 <tal:block repeat="widget view/widgets">
Note: See TracChangeset for help on using the changeset viewer.