2013-04-19 Miguel de Dios <miguel.dedios@artica.es>

* mobile/operation/modules.php: fixed the typo bugs in the code.
	
	* include/functions_tags.php, include/functions_html.php: cleaned
	source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8016 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-04-19 11:39:41 +00:00
parent ca1a7770e4
commit c2bb044405
5 changed files with 33 additions and 26 deletions

View File

@ -1,4 +1,11 @@
2013-04-17 Miguel de Dios <miguel.dedios@artica.es>
2013-04-19 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/modules.php: fixed the typo bugs in the code.
* include/functions_tags.php, include/functions_html.php: cleaned
source code style.
2013-04-18 Miguel de Dios <miguel.dedios@artica.es>
* pandoradb.postgreSQL.sql: improved the code source style.

View File

@ -533,6 +533,8 @@ class Modules {
}
else {
$html .= $table->getHTML();
return $html;
}
if (!$this->all_modules) {
@ -546,8 +548,6 @@ class Modules {
}
}
}
return $html;
}
private function addJavascriptAddBottom() {
@ -572,7 +572,7 @@ class Modules {
postvars[\"group\"] = $(\"select[name='group']\").val();
postvars[\"status\"] = $(\"select[name='status']\").val();
postvars[\"type\"] = $(\"select[name='module_group']\").val();
postvars[\"severity\"] = $(\"select[name='tag']\").val();
postvars[\"tag\"] = $(\"select[name='tag']\").val();
postvars[\"free_search\"] = $(\"input[name='free_search']\").val();
postvars[\"page\"] = page;
page++;