Changeset 11272 for main/kofacustom.skeleton/trunk/src/kofacustom
- Timestamp:
- 22 Feb 2014, 19:29:45 (11 years ago)
- Location:
- main/kofacustom.skeleton/trunk
- Files:
-
- 4 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/trunk
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
- Property svn:mergeinfo changed
/main/kofacustom.skeleton/branches/henrik-diazo-themed (added) merged: 11109,11139,11147
- Property svn:ignore
-
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/browser/tests.py
r10765 r11272 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('...Skeleton 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.skeleton/trunk/src/kofacustom/skeleton/interswitch/browser_templates/applicant_goto_interswitch.pt
r10765 r11272 71 71 <input type="hidden" name="payment_params" value="college_split" /> 72 72 <span tal:replace="structure view/xml_data"></span> 73 <br /> 73 74 74 <input type="submit" class="btn" tal:attributes="value view/submit_button"/> 75 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 76 77 <br /><br /> 78 79 <img src="/static/img/interswitch_verve_mastercard.gif" /> 75 80 76 81 </form> -
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/interswitch/browser_templates/student_goto_interswitch.pt
r10765 r11272 71 71 <input type="hidden" name="payment_params" value="college_split" /> 72 72 <span tal:replace="structure view/xml_data"></span> 73 <br /> 73 74 74 <input type="submit" class="btn" tal:attributes="value view/submit_button"/> 75 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 76 77 <br /><br /> 78 79 <img src="/static/img/interswitch_verve_mastercard.gif" /> 75 80 76 81 </form>
Note: See TracChangeset for help on using the changeset viewer.