Changeset 127 for trunk/form.php
- Timestamp:
- Feb 23, 2009, 1:18:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form.php
r120 r127 46 46 if ($version['count(*)'] > 1) 47 47 { 48 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 echo('<form action="comparison.php" method="get"><a href="TranslationList.php?group='.$GroupId.'&action=searchentry&ID='.$Line['entry'].'">Počet verzí: <strong>'.$version['count(*)'].'</strong></a> 49 49 <input type="hidden" name="group" value="'.$GroupId.'" /> 50 50 <input type="hidden" name="entry" value="'.$Line['entry'].'" /> … … 62 62 } else 63 63 { 64 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 echo('<a href="TranslationList.php?group='.$GroupId.'&action=searchentry&ID='.$Line['entry'].'">Počet verzí: <strong>'.$version['count(*)'].'</strong></a>'); 65 65 } 66 66 … … 81 81 <input type="hidden" name="user" value="'.$User.'" /> 82 82 <input type="hidden" name="ID" value="'.$TextID.'" /> 83 <table border="1" cellpadding="1" cellspacing="0">83 <table class="BaseTable"> 84 84 <tr> 85 85 <th>Číslo textu: '.$WowheadLink.'</th>
Note:
See TracChangeset
for help on using the changeset viewer.