2009-09-14 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/pandora.css, godmode/alerts/alert_list.php: minor fixes for styles warnings. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1937 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3700a1b7df
commit
6d0fc39a96
|
@ -1,3 +1,8 @@
|
|||
2009-09-14 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/styles/pandora.css, godmode/alerts/alert_list.php: minor fixes
|
||||
for styles warnings.
|
||||
|
||||
2009-09-14 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* general/error_dbconfig.php,
|
||||
|
|
|
@ -213,7 +213,7 @@ echo "<div id='alert_control' style='display:none'>\n";
|
|||
// Table for filter controls
|
||||
echo '<form method="post" action="index.php?sec=galertas&sec2=godmode/alerts/alert_list&refr='.$config["refr"].'&pure='.$config["pure"].'">';
|
||||
echo "<input type='hidden' name='search' value='1' />\n";
|
||||
echo '<table style="width="550" cellpadding="4" cellspacing="4" class="databox">'."\n";
|
||||
echo '<table style="width: 550px;" cellpadding="4" cellspacing="4" class="databox">'."\n";
|
||||
echo "<tr>\n";
|
||||
echo "<td>".__('Template name')."</td><td>";
|
||||
print_input_text ('template_name', $templateName, '', 15);
|
||||
|
|
|
@ -767,7 +767,6 @@ a.big_data {
|
|||
.notify a {
|
||||
color: #003a3a;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.listing {
|
||||
|
|
Loading…
Reference in New Issue