// fix delete <style></style> in templates
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user