Changeset 11278 for main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco
- Timestamp:
- 22 Feb 2014, 20:12:28 (11 years ago)
- Location:
- main/kofacustom.ekodisco/trunk
- Files:
-
- 4 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ekodisco/trunk
-
Property
svn:ignore
set to
.installed.cfg
.mr.developer.cfg
bin
develop-eggs
parts
sources
var
-
Property
svn:mergeinfo
set to
/main/kofacustom.ekodisco/branches/henrik-diazo-themed merged eligible
-
Property
svn:ignore
set to
-
main/kofacustom.ekodisco/trunk/src
-
Property
svn:ignore
set to
kofacustom.ekodisco.egg-info
-
Property
svn:ignore
set to
-
main/kofacustom.ekodisco/trunk/src/kofacustom/ekodisco/browser/tests.py
r10770 r11278 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/trunk/src/kofacustom/ekodisco/interswitch/browser_templates/applicant_goto_interswitch.pt
r10770 r11278 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/trunk/src/kofacustom/ekodisco/interswitch/browser_templates/student_goto_interswitch.pt
r10770 r11278 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/trunk/src/kofacustom/ekodisco/students/browser_templates/studycoursepage.pt
r10804 r11278 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.