// Tpl cleaning

This commit is contained in:
dMetzger
2012-08-20 08:27:12 +00:00
parent 8cb64b8da3
commit 1925df40fa
18 changed files with 120 additions and 121 deletions

View File

@@ -107,15 +107,13 @@ class AdminRequestSqlControllerCore extends AdminController
$this->displayWarning($this->l('When saving the query, only the request type "SELECT" are allowed.'));
$this->displayInformation('
<strong>'.$this->l('How to create a new sql query?').'</strong>
<br />
<ul>
<li>'.$this->l('Click "Add new".').'<br /></li>
<li>'.$this->l('Fill in the fields and click "Save".').'</li>
<li>'.$this->l('You can then view the query results by clicking on the tab:').' <img src="../img/admin/details.gif"></li>
<li>'.$this->l('You can then export the query results as CSV file by clicking on the tab:').' <img src="../img/admin/export.gif"></li>
</ul>
');
<strong>'.$this->l('How to create a new sql query?').'</strong><br />
<ul>
<li>'.$this->l('Click "Add new".').'</li>
<li>'.$this->l('Fill in the fields and click "Save".').'</li>
<li>'.$this->l('You can then view the query results by clicking on the tab:').' <img src="../img/admin/details.gif" /></li>
<li>'.$this->l('You can then export the query results as CSV file by clicking on the tab:').' <img src="../img/admin/export.gif" /></li>
</ul>');
$this->addRowAction('export');
$this->addRowAction('view');