Changeset 91 for trunk/form.php
- Timestamp:
- Feb 14, 2009, 5:14:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form.php
r86 r91 45 45 $version = mysql_fetch_array($Database->SQLCommand('SELECT count(*) FROM '.$Table.' Where entry = '.$Line['entry'].' AND Language <> 0')); 46 46 if ($version['count(*)'] > 1) { 47 echo('<form action="comparison.php" method="get"> Počet verzí: <b>'.$version['count(*)'].'</b>47 echo('<form action="comparison.php" method="get"><a href="TranslationList.php?group='.$GroupId.'&action=searchentry&ID='.$Line['entry'].'" Title="Zobrazit všechny verze tohoto překladu">Počet verzí: <b>'.$version['count(*)'].'</b></a> 48 48 <input type="hidden" name="group" value="'.$GroupId.'" /> 49 49 <input type="hidden" name="entry" value="'.$Line['entry'].'" /> … … 59 59 } 60 60 echo('</select></form>'); 61 // echo('<a href="TranslationList.php?group='.$GroupId.'&action=searchentry&ID='.$Line['entry'].'">Zobrazit všechny verze tohoto překladu</a>');62 61 } else { 63 echo(' Počet verzí: <b>'.$version['count(*)'].'</b>');62 echo('<a href="TranslationList.php?group='.$GroupId.'&action=searchentry&ID='.$Line['entry'].'" Title="Zobrazit všechny verze tohoto překladu">Počet verzí: <b>'.$version['count(*)'].'</b></a>'); 64 63 } 65 64
Note:
See TracChangeset
for help on using the changeset viewer.