Changeset 85 for trunk/form.php
- Timestamp:
- Feb 11, 2009, 6:57:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form.php
r82 r85 72 72 } 73 73 74 if($TranslationTree[$GroupId]['WowheadName'] != '') 75 $WowheadLink = '<a href="http://www.wowhead.com/?'.$TranslationTree[$GroupId]['WowheadName']. 76 '='.$LineAJ['entry'].'">'.$LineAJ['entry'].'</a>'; 77 eůse $WowheadLink = $LineAJ['entry']; 78 74 79 echo('<input type="hidden" name="entry" value="'.$LineAJ['entry'].'" /> 75 80 <input type="hidden" name="user" value="'.$User.'" /> … … 77 82 <table border="1" cellpadding="1" cellspacing="0"> 78 83 <tr> 79 <th>Číslo textu: <a href="http://www.wowhead.com/?quest='.$LineAJ['entry'].'">'.$LineAJ['entry'].'</a></th>84 <th>Číslo textu: '.$WowheadLink.'</th> 80 85 <th>Nepřeložené</th> 81 86 <th>Přeložené</th>
Note:
See TracChangeset
for help on using the changeset viewer.