Changeset 151 for trunk/export/index.php


Ignore:
Timestamp:
Mar 12, 2009, 11:47:40 AM (15 years ago)
Author:
maron
Message:

opravy databáze

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/index.php

    r150 r151  
    283283          RadioButton('Export', 'Lua', $ExportSetting['Export'] == 'Lua').'Lua skripty - komprimovaný soubor<br />');
    284284    if(Licence(LICENCE_ADMIN)) {
    285           echo (RadioButton('Export', 'DBC', $ExportSetting['Export'] == 'DBC').'DBC - komprimovaný soubor<br />');
     285          echo (RadioButton('Export', 'DBC', $ExportSetting['Export'] == 'DBC').'DBC - komprimovaný soubor (pouze admin)<br />');
    286286      //echo(RadioButton('Export', 'Server', $ExportSetting['Export'] == 'Server').'Poslat přímo na server (pouze admin)<br />');
    287287          echo(RadioButton('Export', 'VerseCZ', $ExportSetting['Export'] == 'VerseCZ').'Vytvoření verze češtiny <a href="../download.php?createverse" Title="Před konečným exportováním napište popis k verzi" Target="_NEW">Popis k verzi</a> (pouze admin)<br />');
Note: See TracChangeset for help on using the changeset viewer.