Bug #1284: Add favicon to new pages (expenses and subcontractor communications)

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-05-11 10:53:48 +02:00
parent 67da9ab7ff
commit 358f55e146
3 changed files with 6 additions and 3 deletions

View file

@ -20,6 +20,7 @@
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?> <?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?>
<?page title="${i18n:_('LibrePlan: Expense Sheet')}" id="expense_sheet_admin"?> <?page title="${i18n:_('LibrePlan: Expense Sheet')}" id="expense_sheet_admin"?>
<?init class="org.zkoss.zk.ui.util.Composition" arg0="/common/layout/template.zul"?> <?init class="org.zkoss.zk.ui.util.Composition" arg0="/common/layout/template.zul"?>
<?link rel="shortcut icon" href="/common/img/favicon.ico" type="image/x-icon"?>
<?link rel="stylesheet" type="text/css" href="/common/css/libreplan.css"?> <?link rel="stylesheet" type="text/css" href="/common/css/libreplan.css"?>
<?link rel="stylesheet" type="text/css" href="/common/css/libreplan_zk.css"?> <?link rel="stylesheet" type="text/css" href="/common/css/libreplan_zk.css"?>
@ -191,4 +192,4 @@
label="${i18n:_('Cancel')}" sclass="cancel-button global-action"/> label="${i18n:_('Cancel')}" sclass="cancel-button global-action"/>
</window> </window>
</window> </window>
</zk> </zk>

View file

@ -19,6 +19,7 @@
<?page title="${i18n:_('LibrePlan: Received from customers')}"?> <?page title="${i18n:_('LibrePlan: Received from customers')}"?>
<?init class="org.zkoss.zk.ui.util.Composition" arg0="/common/layout/template.zul"?> <?init class="org.zkoss.zk.ui.util.Composition" arg0="/common/layout/template.zul"?>
<?link rel="shortcut icon" href="/common/img/favicon.ico" type="image/x-icon"?>
<?link rel="stylesheet" type="text/css" href="/common/css/libreplan.css"?> <?link rel="stylesheet" type="text/css" href="/common/css/libreplan.css"?>
<?link rel="stylesheet" type="text/css" href="/common/css/libreplan_zk.css"?> <?link rel="stylesheet" type="text/css" href="/common/css/libreplan_zk.css"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?> <?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?>
@ -59,4 +60,4 @@
</columns> </columns>
</grid> </grid>
</window> </window>
</zk> </zk>

View file

@ -19,6 +19,7 @@
<?page title="${i18n:_('LibrePlan: Received from subcontractors')}"?> <?page title="${i18n:_('LibrePlan: Received from subcontractors')}"?>
<?init class="org.zkoss.zk.ui.util.Composition" arg0="/common/layout/template.zul"?> <?init class="org.zkoss.zk.ui.util.Composition" arg0="/common/layout/template.zul"?>
<?link rel="shortcut icon" href="/common/img/favicon.ico" type="image/x-icon"?>
<?link rel="stylesheet" type="text/css" href="/common/css/libreplan.css"?> <?link rel="stylesheet" type="text/css" href="/common/css/libreplan.css"?>
<?link rel="stylesheet" type="text/css" href="/common/css/libreplan_zk.css"?> <?link rel="stylesheet" type="text/css" href="/common/css/libreplan_zk.css"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?> <?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?>
@ -76,4 +77,4 @@
</grid> </grid>
</popup> </popup>
</window> </window>
</zk> </zk>