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:
mdtrooper 2009-09-14 09:29:45 +00:00
parent 3700a1b7df
commit 6d0fc39a96
3 changed files with 6 additions and 2 deletions

View File

@ -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,

View File

@ -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&amp;sec2=godmode/alerts/alert_list&amp;refr='.$config["refr"].'&amp;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);

View File

@ -767,7 +767,6 @@ a.big_data {
.notify a {
color: #003a3a;
text-decoration: underline;
}
}
.listing {