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:
parent
ca1a7770e4
commit
c2bb044405
|
@ -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.
|
* pandoradb.postgreSQL.sql: improved the code source style.
|
||||||
|
|
||||||
|
|
|
@ -533,6 +533,8 @@ class Modules {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$html .= $table->getHTML();
|
$html .= $table->getHTML();
|
||||||
|
|
||||||
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$this->all_modules) {
|
if (!$this->all_modules) {
|
||||||
|
@ -546,8 +548,6 @@ class Modules {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $html;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function addJavascriptAddBottom() {
|
private function addJavascriptAddBottom() {
|
||||||
|
@ -572,7 +572,7 @@ class Modules {
|
||||||
postvars[\"group\"] = $(\"select[name='group']\").val();
|
postvars[\"group\"] = $(\"select[name='group']\").val();
|
||||||
postvars[\"status\"] = $(\"select[name='status']\").val();
|
postvars[\"status\"] = $(\"select[name='status']\").val();
|
||||||
postvars[\"type\"] = $(\"select[name='module_group']\").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[\"free_search\"] = $(\"input[name='free_search']\").val();
|
||||||
postvars[\"page\"] = page;
|
postvars[\"page\"] = page;
|
||||||
page++;
|
page++;
|
||||||
|
|
Loading…
Reference in New Issue