Remove the slow metadata from the DAY VIEW. Added more prominent CURRENT DAY label.
This commit is contained in:
parent
5c47d960ae
commit
b07fe34988
|
@ -328,6 +328,12 @@ input, select {
|
|||
color: #666;
|
||||
}
|
||||
|
||||
.container_elements h3 {
|
||||
font-size: 14px;
|
||||
margin: 0 0 4px 0;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.head {
|
||||
font-size: 12px;
|
||||
background-color: #5286ba;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div class="container_elements">
|
||||
<h1>##Daily View##</h1>
|
||||
<div class="clearer"> </div>
|
||||
<p>##{$SCHEDULER->curr.monthname}## {$SCHEDULER->curr.day}, {$SCHEDULER->curr.year}</p>
|
||||
<p><h3>##{$SCHEDULER->curr.monthname}## {$SCHEDULER->curr.day}, {$SCHEDULER->curr.year}</h3></p>
|
||||
|
||||
<form name="SCHEDULER">
|
||||
<table class="scheduler_day" style="width: 606px;">
|
||||
|
@ -30,7 +30,7 @@
|
|||
{foreach from=$_entrys[$_hour].end item="i"}
|
||||
{if $i.startsyesterday}
|
||||
<div {include file="scheduler/removeitem.tpl"}>
|
||||
<img src="img/playlist.png" border="0" {include file="sub/alttext.tpl"}>
|
||||
<img src="img/playlist.png" border="0" {* include file="sub/alttext.tpl"*}>
|
||||
|
||||
<b>{$i.title}</b>
|
||||
##yesterday## {$i.start} - {$i.end}
|
||||
|
@ -44,7 +44,7 @@
|
|||
{if $_entrys[$_hour].start}
|
||||
{foreach from=$_entrys[$_hour].start item="i"}
|
||||
<div {include file="scheduler/removeitem.tpl"}>
|
||||
<img src="img/playlist.png" border="0" {include file="sub/alttext.tpl"}>
|
||||
<img src="img/playlist.png" border="0" {*include file="sub/alttext.tpl"*}>
|
||||
|
||||
<b>{$i.title}</b>
|
||||
|
||||
|
|
Loading…
Reference in New Issue