Changeset 826 for trunk/Modules/Translation/Form.php
- Timestamp:
- Mar 1, 2015, 3:38:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r821 r826 203 203 $Output .= '</td></tr>'; 204 204 205 // todojavascript205 // TODO: javascript 206 206 207 207 $Output .= '<script src="'.$this->System->Link('/style/jquery.js').'"></script>'. … … 238 238 239 239 $Output .= '<br/><table class="BaseTable">'. 240 '<tr><th> Překladač:</th><th>Nepřeložené</th><th>Přeložené</th>';240 '<tr><th>Google překladač:</th><th>Nepřeložené</th><th>Přeložené</th>'; 241 241 foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem) 242 242 if($TextItem['Visible'] == 1) … … 245 245 '<td>'.$LineAJ[$TextItem['Column']].'</td>'. 246 246 '<td>'.GetTranslateGoogle($LineAJ[$TextItem['Column']]).'</td></tr>'; 247 248 247 249 248 $Output .= '</table>';
Note:
See TracChangeset
for help on using the changeset viewer.