Changeset 85 for trunk/form.php


Ignore:
Timestamp:
Feb 11, 2009, 6:57:49 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Odkaz na wowhead se nyní zobrazuje podle aktuální vybrané překladové skupiny pokud související informace vůbec existuje. Aktualizace SQL struktury a dat.
  • Odstraněno: Staré nepoužívané úseky kódů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form.php

    r82 r85  
    7272  }
    7373
     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 
    7479  echo('<input type="hidden" name="entry" value="'.$LineAJ['entry'].'" />
    7580    <input type="hidden" name="user" value="'.$User.'" />
     
    7782    <table border="1" cellpadding="1" cellspacing="0">
    7883      <tr>
    79         <th>Číslo textu: <a href="http://www.wowhead.com/?quest='.$LineAJ['entry'].'">'.$LineAJ['entry'].'</a></th>
     84        <th>Číslo textu: '.$WowheadLink.'</th>
    8085        <th>Nepřeložené</th>
    8186        <th>Přeložené</th>
Note: See TracChangeset for help on using the changeset viewer.