diff options
| author | 2013-04-17 19:33:02 +0200 | |
|---|---|---|
| committer | 2013-04-17 19:33:02 +0200 | |
| commit | 592a34f0d21ff1b6d4bd8613052d2684df39d246 (patch) | |
| tree | 6c93b180bf271e32357bf1bad4baa93aa1233f5b /app/views/configure/importExport.phtml | |
| parent | 044908439bdd7280f7539e12441d7dfa6c4d4c63 (diff) | |
| parent | a2b5e8f3ce597fbcec0c25b68c551a526d2bf3ec (diff) | |
Merge branch 'dev' into releases
Diffstat (limited to 'app/views/configure/importExport.phtml')
| -rw-r--r-- | app/views/configure/importExport.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/importExport.phtml b/app/views/configure/importExport.phtml index cd677c1eb..34bee4a07 100644 --- a/app/views/configure/importExport.phtml +++ b/app/views/configure/importExport.phtml @@ -29,7 +29,7 @@ <div class="group-controls"> <button type="submit" class="btn btn-important">Importer</button> ou - <button type="submit" class="btn btn-important" formaction="<?php echo Url::display (array ('c' => 'configure', 'a' => 'importExport', 'params' => array ('q' => 'export'))); ?>">Exporter</button> + <a target="_blank" class="btn btn-important" href="<?php echo _url ('configure', 'importExport', 'q', 'export'); ?>">Exporter</a> </div> </div> </form> |
