// fix delete <style></style> in templates

This commit is contained in:
lLefevre
2011-12-27 10:41:21 +00:00
parent b4e097ec47
commit f4e0e6b1a0
3 changed files with 4 additions and 19 deletions
@@ -101,22 +101,6 @@ var Customer = {
};
jQuery(document).ready(Customer.init);
</script>
<style type="text/css">
#content #customers .warn {
margin: 10px 0 0 0;
}
#customers li {
background-color: #ABDFF7;
border: 1px solid #ccc;
float: left;
margin: 5px;
padding: 5px;
}
#customers li .button {
display: block;
margin-top: 5px;
}
</style>
{/literal}
{* END CUSTOMER AUTO-COMPLETE / TO REFACTO *}
@@ -43,9 +43,6 @@
}
});
</script>
<style type="text/css">
.toolbarBox .process-icon-save-calendar { background-image: url(themes/default/process-icon-save.png);}
</style>
{if $enable_calendar}
{$calendar_form}
+4
View File
@@ -2123,3 +2123,7 @@ div#scrollTop a:hover{
#conditions #condition_list h4 { margin:0 0 10px 0;}
#conditions #condition_list select { float:left; margin-right:10px; width: 200px;}
#conditions #condition_list a { float:left;}
#content #customers .warn {margin:10px 0 0 0;}
#customers li {background-color:#ABDFF7;border:1px solid #ccc;float:left;margin:5px;padding:5px;}
#customers li .button {display:block;margin-top:5px;}