Changeset 10751

Show
Ignore:
Timestamp:
12/29/10 15:14:42 (2 years ago)
Author:
p_lindheimer
Message:

Merged revisions 10749-10750 via svnmerge from
http://www.freepbx.org/v2/svn/modules/branches/2.8

........

r10749 | p_lindheimer | 2010-12-29 12:00:44 -0800 (Wed, 29 Dec 2010) | 1 line


fixes #4614 use relative path not absolute on href

........

Files:

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  
    22  <rawname>directory</rawname> 
    33  <name>Directory</name> 
    4   <version>2.8.0.0</version> 
     4  <version>2.8.0.1</version> 
    55  <publisher>Schmoozecom.com</publisher> 
    66  <license>GPLv2+</license> 
     
    1515  </depends> 
    1616  <changelog> 
     17  *2.8.0.1* #4614 
    1718  *2.8.0.0* #4502 
    1819  *2.8.0rc1.0* proper sounds files added 
     
    3031  *2.8.0.0alpha0.2* Initial release 
    3132  </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> 
    3435</module> 
  • modules/branches/2.9/directory/page.directory.php

    r9895 r10751  
    3838if($action=='' && $id==''){ 
    3939  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\';"/>'; 
    4141  echo '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />'; 
    4242}