Changeset 183 for trunk/export/index.php


Ignore:
Timestamp:
Apr 21, 2009, 7:13:11 PM (15 years ago)
Author:
maron
Message:

Zobrazení na obrazovce výstupu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/index.php

    r182 r183  
    4141        '<textarea rows="10" cols="100">'.serialize($ExportSetting).'</textarea><br />'.
    4242        'Odkaz ke stažení s vlastním nastavením: '.
    43         '<a href="?action=result&ExportSetting='.htmlspecialchars(serialize($ExportSetting)).'">Odkaz vlastního exportu</a><br />'.
     43        '<a href="?action=output&ExportSetting='.htmlspecialchars(serialize($ExportSetting)).'">Odkaz vlastního exportu</a><br />'.
    4444        'I když se nastavení ukládá, pro jistotu si jej můžete uložit nebo poslat příteli.';
    4545}
     
    361361        }
    362362    WriteLog('Generování SQL výstupu: Typ exportu: <strong>'.$ExportSetting['Export'].'</strong>, Diakritika: <strong>'.$ExportSetting['Diacritics'].'</strong>', 2);
    363         WriteSetting($ExportSetting);
    364    
    365    
    366363    break;
    367364  case 'output':
     
    393390        echo('<br /><input type="submit" value="Dokončit" />');
    394391        echo('</div></form>');
     392        WriteSetting($ExportSetting);   
    395393        break;
    396394  case 'parameters':
Note: See TracChangeset for help on using the changeset viewer.