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} {row}
<tr> <tr>
<td> <td>
<table><tr valign="top"> <table>
<td><input type="submit" value="{submit_button}">&nbsp;</form></td> <tr>
<td>{cancel_button}</td> <td valign="top">
</tr></table> <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>
<td align="right">{delete_button}</td> <td align="right">{delete_button}</td>
</tr> </tr>

View File

@ -18,7 +18,7 @@
<!-- END link_text_old --> <!-- END link_text_old -->
<!-- BEGIN link_text --> <!-- 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 --> <!-- END link_text -->
<!-- BEGIN link_close --> <!-- BEGIN link_close -->

View File

@ -10,7 +10,5 @@
<!-- END column_title --> <!-- END column_title -->
<!-- BEGIN month_column --> <!-- BEGIN month_column -->
<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}> <td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>{column_data}</td>
{column_data}
</td>
<!-- END month_column --> <!-- END month_column -->