Changeset 437 for trunk/form.php
- Timestamp:
- Apr 9, 2010, 11:29:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form.php
r436 r437 68 68 if($Version > 0) 69 69 { 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>70 echo('<form action="comparison.php" method="get"><a href="TranslationList.php?group='.$GroupId.'&user=0&state=2&entry='.$Line['Entry'].'&text=">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.'&user=0&state=2&entry='.$Line['Entry'].' ">Počet verzí: <strong>'.$Version.'</strong></a>');90 echo('<a href="TranslationList.php?group='.$GroupId.'&user=0&state=2&entry='.$Line['Entry'].'&text=">Počet verzí: <strong>'.$Version.'</strong></a>'); 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.