Changeset 148 for trunk/form.php


Ignore:
Timestamp:
Mar 8, 2009, 8:33:08 AM (16 years ago)
Author:
maron
Message:

Odkazy na následující a předcházející, ShotCut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form.php

    r127 r148  
    7070  {
    7171    echo('<input type="submit" value="Uložit do rozepsaných" name="save" title="Klikněte na uložit pro pozdější dokončení překladu" />
    72     <input type="submit" value="Dokončeno" name="End" title="Klikněte na Dokončeno jesli jsou všechny texty hotové a chcete již publikovat" />');
    73   }
     72    <input type="submit" value="Dokončeno" name="End" title="Klikněte na Dokončeno jesli jsou všechny texty hotové a chcete již publikovat" /> ');
     73     FollowingTran($TextID,$Table,$GroupId, True); FollowingTran($TextID,$Table,$GroupId);
     74 }
    7475
    7576  if($TranslationTree[$GroupId]['WowheadName'] != '')
     
    104105  if($TextItem['Visible'] == 1)
    105106  {         
    106     if(($LineAJ[$TextItem['Column']] <> '') or ($Line[$TextItem['Column']] <> '')) 
    107     echo('<tr>
    108       <th>'.$TextItem['Name'].'</th>
    109       <td>'.htmlspecialchars($LineAJ[$TextItem['Column']]).'</td>
     107    if(($LineAJ[$TextItem['Column']] <> '') or ($Line[$TextItem['Column']] <> ''))  {
     108        if ($TextItem['Name'] == 'Text' AND (($Table == 'global_strings') OR ($Table == 'glue_strings')))
     109                echo('<tr><th>'.$LineAJ['ShortCut'].'</th>');
     110         else
     111                echo('<tr><th>'.$TextItem['Name'].'</th>');
     112        echo ('<td>'.htmlspecialchars($LineAJ[$TextItem['Column']]).'</td>
    110113      <td><textarea rows="8" cols="40" onkeydown="ResizeTextArea(this)" class="textedit" id="'.$TextItem['Column'].'" name="'.$TextItem['Column'].'">'.htmlspecialchars($Line[$TextItem['Column']]).'</textarea></td></tr>');
     114    }
    111115  } else
    112116  {
Note: See TracChangeset for help on using the changeset viewer.