Changeset 459 for branches/htmlform/templates
- Timestamp:
- 08/04/10 16:08:41 (14 years ago)
- Location:
- branches/htmlform/templates
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/templates/assign.tmpl
r458 r459 27 27 <option><TMPL_VAR NAME=city></option></TMPL_LOOP> 28 28 </select> 29 <a href="javascript:popNotes('/ip/ newcity.html')">Add new location</a>29 <a href="javascript:popNotes('/ip/cgi-bin/newcity.cgi')">Add new location</a> 30 30 </td> 31 31 </tr> -
branches/htmlform/templates/widgets.js
r451 r459 11 11 window.open(page, "IPDB_notes", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=300"); 12 12 } 13 function redoParent() { 14 opener.location.reload(true); 15 }
Note:
See TracChangeset
for help on using the changeset viewer.