Changeset 10751
- Timestamp:
- 12/29/10 15:14:42 (2 years ago)
- Files:
-
- modules/branches/2.9 (modified) (1 prop)
- modules/branches/2.9/directory/module.xml (modified) (3 diffs)
- modules/branches/2.9/directory/page.directory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9
- Property svnmerge-integrated changed from /modules/branches/bootstrap-2.9:1-10625,10637,10647 /modules/branches/2.8:1-10714 to /modules/branches/bootstrap-2.9:1-10625,10637,10647 /modules/branches/2.8:1-10750
modules/branches/2.9/directory/module.xml
r10283 r10751 2 2 <rawname>directory</rawname> 3 3 <name>Directory</name> 4 <version>2.8.0. 0</version>4 <version>2.8.0.1</version> 5 5 <publisher>Schmoozecom.com</publisher> 6 6 <license>GPLv2+</license> … … 15 15 </depends> 16 16 <changelog> 17 *2.8.0.1* #4614 17 18 *2.8.0.0* #4502 18 19 *2.8.0rc1.0* proper sounds files added … … 30 31 *2.8.0.0alpha0.2* Initial release 31 32 </changelog> 32 <location>release/2.8/directory-2.8.0. 0.tgz</location>33 <md5sum> c0465b144709c41205dbb1ef84c4c827</md5sum>33 <location>release/2.8/directory-2.8.0.1.tgz</location> 34 <md5sum>4a2a12c0c63f0b24ffb69a00fa23bbc1</md5sum> 34 35 </module> modules/branches/2.9/directory/page.directory.php
r9895 r10751 38 38 if($action=='' && $id==''){ 39 39 echo '<h2 id="title">Directory</h2>'; 40 echo '<br /><br /><input type="button" value="'._('Add a new Directory').'" onclick="window.location.href=\' /admin/config.php?type='.$type.'&display=directory&action=add\';"/>';40 echo '<br /><br /><input type="button" value="'._('Add a new Directory').'" onclick="window.location.href=\'config.php?type='.$type.'&display=directory&action=add\';"/>'; 41 41 echo '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />'; 42 42 }
