fixed most current issues with display in the ui and reverted week and month events

display to requested style from devel list and users
This commit is contained in:
ak703 2004-03-16 22:04:00 +00:00
parent 12ae5c11f9
commit 34b6b1e7a7
3 changed files with 14 additions and 11 deletions

View File

@ -21,10 +21,15 @@
{row}
<tr>
<td>
<table><tr valign="top">
<td><input type="submit" value="{submit_button}">&nbsp;</form></td>
<td>{cancel_button}</td>
</tr></table>
<table>
<tr>
<td valign="top">
<div style="padding-top:15px; padding-right: 2px">
<input style="font-size:10px" type="submit" value="{submit_button}">&nbsp;
</div>
</td>
<td valign="top">{cancel_button}</td>
</tr></table></form>
</td>
<td align="right">{delete_button}</td>
</tr>

View File

@ -6,7 +6,7 @@
<!-- BEGIN link_open -->
<div id="calendar_event_entry" style="overflow:hidden;">
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} {location}"><br>
<a class="event_entry" href="{link_link}" onMouseOver="window.status='{lang_view}'; return true;" onMouseOut="window.status=''; return true;" title="{desc} {location}"><br>
<!-- END link_open -->
<!-- BEGIN pict -->
@ -18,7 +18,7 @@
<!-- END link_text_old -->
<!-- BEGIN link_text -->
<nobr>&nbsp;{time}&nbsp;</nobr>{users_status}&nbsp;{title}<!-- : <i>{desc}</i>--><!--({location})-->
<nobr>&nbsp;<span style="color: black">{time}</span> {users_status}</nobr><br><b>{title}</b><br><i>{desc}</i> {location}
<!-- END link_text -->
<!-- BEGIN link_close -->

View File

@ -1,16 +1,14 @@
<!-- $Id$ -->
<!-- BEGIN monthly_header -->
<tr class="calendar_m_w_table_header" colspan="{cols}" width="{col_width}%">
<tr class="calendar_m_w_table_header" colspan="{cols}" width="{col_width}%">
{column_header}</tr>
<!-- END monthly_header -->
<!-- BEGIN column_title -->
<th class="calendar_weekview_daytitle" width="14.28%">{col_title}</th>
<th class="calendar_weekview_daytitle" width="14.28%">{col_title}</th>
<!-- END column_title -->
<!-- BEGIN month_column -->
<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>
{column_data}
</td>
<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>{column_data}</td>
<!-- END month_column -->