Ignore:
Timestamp:
Nov 22, 2013, 11:34:47 AM (11 years ago)
Author:
maron
Message:
  • Fixed: url in Dictionary.php to Form.php name starts with $b$b,< etc. now find too
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Dictionary/Dictionary.php

    r593 r596  
    6767          $Output .= '<tr><td>'.$Line[2].'</td>';
    6868          if ($Line[3] <> '') $Output .= '<td><a target="_NEW2" href="'.$this->System->Link('/form.php?group='.$Line[1].'&amp;ID='.$Line[0]).'">'.$Line[3].'</a></td></tr>';
    69           else $Output .= '<td><a target="_NEW2" href="'.$this->System->Link('form.php?group='.$Line[1].'&amp;ID='.$Line[0]).'">Překládat</a></td></tr>';
     69          else $Output .= '<td><a target="_NEW2" href="'.$this->System->Link('/form.php?group='.$Line[1].'&amp;ID='.$Line[0]).'">Překládat</a></td></tr>';
    7070        }
    7171      } else
Note: See TracChangeset for help on using the changeset viewer.