mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-12 05:49:42 +00:00
- new toolbar code and images;
Monotone-Parent: cd6e43ebd8d873923fb9ad3c40158a6ce63a1f09 Monotone-Revision: 21ae9d2d632db73281a8277df02900d3e48a6e98 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-05T21:15:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -7,6 +7,54 @@
|
||||
className="UIxPageFrame"
|
||||
title="name"
|
||||
>
|
||||
|
||||
<div class="toolbar">
|
||||
<var:component className="UIxToolbarButton"
|
||||
const:buttonLink="new"
|
||||
const:buttonLabel="New Event"
|
||||
rsrc:buttonImage="new-event.png" />
|
||||
|
||||
<var:component className="UIxToolbarButton"
|
||||
const:buttonLink="new_task"
|
||||
const:buttonLabel="New Task"
|
||||
rsrc:buttonImage="new-task.png" />
|
||||
|
||||
<var:component className="UIxToolbarButton"
|
||||
const:buttonLink="edit"
|
||||
const:buttonLabel="Edit"
|
||||
rsrc:buttonImage="edit.png" />
|
||||
|
||||
<var:component className="UIxToolbarButton"
|
||||
const:buttonLink="delete"
|
||||
const:buttonLabel="Delete"
|
||||
rsrc:buttonImage="delete.png" />
|
||||
|
||||
<var:component className="UIxToolbarSeparator" />
|
||||
|
||||
<var:component className="UIxToolbarButton"
|
||||
const:buttonLink="today"
|
||||
const:buttonLabel="Go to Today"
|
||||
rsrc:buttonImage="goto-today.png" />
|
||||
|
||||
<var:component className="UIxToolbarSeparator" />
|
||||
|
||||
<var:component className="UIxToolbarButton"
|
||||
const:buttonLink="dayoverview"
|
||||
const:buttonLabel="Day View"
|
||||
rsrc:buttonImage="day-view.png" />
|
||||
|
||||
<var:component className="UIxToolbarButton"
|
||||
const:buttonLink="weekoverview"
|
||||
const:buttonLabel="Week View"
|
||||
rsrc:buttonImage="week-view.png" />
|
||||
|
||||
<var:component className="UIxToolbarButton"
|
||||
const:buttonLink="monthoverview"
|
||||
const:buttonLabel="Month View"
|
||||
rsrc:buttonImage="month-view.png" />
|
||||
|
||||
</div>
|
||||
|
||||
<table id="skywintable" class="wintable" cellspacing="0" cellpadding="5" width="100%">
|
||||
<tr>
|
||||
<td class="wintitle">
|
||||
@@ -52,10 +100,11 @@
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<var:component className="UIxCalSelectTab"
|
||||
const:selection="day"
|
||||
currentDate="selectedDate"
|
||||
>
|
||||
<var:component className="UIxCalSelectTab"
|
||||
const:selection="day"
|
||||
currentDate="selectedDate"
|
||||
>
|
||||
|
||||
<table border="0" cellpadding="4" width="100%" cellspacing="2">
|
||||
<tr>
|
||||
<td width="1%" align="left" valign="middle" bgcolor="#e8e8e0">
|
||||
|
||||
Reference in New Issue
Block a user