Changeset 436 for trunk/form.php
- Timestamp:
- Apr 9, 2010, 11:16:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form.php
r432 r436 68 68 if($Version > 0) 69 69 { 70 echo('<form action="comparison.php" method="get"><a href="TranslationList.php?group='.$GroupId.'& action=searchentry&ID='.$Line['ID'].'">Počet verzí: <strong>'.$Version.'</strong></a>70 echo('<form action="comparison.php" method="get"><a href="TranslationList.php?group='.$GroupId.'&user=0&state=2&entry='.$Line['Entry'].'">Počet verzí: <strong>'.$Version.'</strong></a> 71 71 <input type="hidden" name="group" value="'.$GroupId.'" /> 72 72 <input type="hidden" name="entry" value="'.$Line['Entry'].'" /> … … 88 88 } else 89 89 { 90 echo('<a href="TranslationList.php?group='.$GroupId.'& action=searchentry&ID='.$Line['ID'].'">Počet verzí: <strong>'.$Version.'</strong></a>');90 echo('<a href="TranslationList.php?group='.$GroupId.'&user=0&state=2&entry='.$Line['Entry'].'">Počet verzí: <strong>'.$Version.'</strong></a>'); 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.