Changeset 11398 for main/waeup.futminna/trunk/src
- Timestamp:
- 24 Feb 2014, 08:47:15 (11 years ago)
- Location:
- main/waeup.futminna/trunk
- Files:
-
- 6 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
- Property svn:ignore
-
main/waeup.futminna/trunk/src/waeup/futminna/browser/tests.py
r8619 r11398 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('...FUTMinna 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/waeup.futminna/trunk/src/waeup/futminna/interswitch/browser_templates/applicant_goto_interswitch.pt
r10165 r11398 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 75 76 76 <br /><br /> 77 77 78 <img tal:attributes="src view/interswitch_img_url" />78 <img src="/static/img/interswitch_verve_mastercard.gif" /> 79 79 80 80 </form> -
main/waeup.futminna/trunk/src/waeup/futminna/interswitch/browser_templates/student_goto_interswitch.pt
r9995 r11398 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>
Note: See TracChangeset for help on using the changeset viewer.