Changeset 923 for WAeUP_SRP/trunk/skins
- Timestamp:
- 22 Nov 2006, 14:50:15 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_directory
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_directory/layout_waeup_dir_edit.pt
r916 r923 4 4 ds options/datastructure; 5 5 creation creation|nothing; 6 formaction python: test(creation, ' cpsdirectory_entry_create_form',7 ' cpsdirectory_entry_edit_form');6 formaction python: test(creation, 'member_create_form', 7 'member_edit_form'); 8 8 "> 9 9 <div class="group"> -
WAeUP_SRP/trunk/skins/waeup_directory/search_members_results.pt
r921 r923 50 50 onChange="location.href='/'+this.options[this.selectedIndex].value" 51 51 tal:attributes="onChange string:location.href='${context/portal_url}'+this.options[this.selectedIndex].value"> 52 <option value="/search_members_form">Goto</option> 52 53 <option tal:repeat="role roles" value="." tal:content="role/getId" 53 54 tal:attributes="value string:${role/getPath}/folder_localrole_form"></option> 54 55 </select> 55 <input class="form-element" type="submit" name="submit" value=" view " />56 <input tal:condition="python:0" class="form-element" type="submit" name="submit" value=" view " /> 56 57 </form> 57 58 <span tal:condition="python:0" tal:repeat="role roles">
Note: See TracChangeset for help on using the changeset viewer.