BUG 0000 User Experience (single app option added) 2nd commit

- dynamic screen width detection to collapse or not the breadcrumb for single apps interface
- fixed webkit compatibilities on css
- fixed draft apps titles on list
This commit is contained in:
Erik Amaru Ortiz
2012-02-27 11:06:11 -04:00
parent f8ab55a061
commit 8fedd54761
5 changed files with 47 additions and 13 deletions

View File

@@ -1,6 +1,5 @@
{foreach from=$cases key=id item=APP}
<li class="postitem">
<!-- <span class="messages-link"></span> -->
<span class="commentnumber">
#{$APP.APP_NUMBER}
</span>
@@ -18,7 +17,12 @@
<a href="../cases/cases_Open?APP_UID={$APP.APP_UID}&DEL_INDEX={$APP.DEL_INDEX}&action=todo">{$APP.APP_TITLE}</a>
</cite>
</p>
<p class="time">From {$APP.APP_DEL_PREVIOUS_USER}, send at {$APP.DEL_DELEGATE_DATE}<!-- February 8th, 2009 at 5:38 am --></p>
<p class="time">
{if $APP.APP_DEL_PREVIOUS_USER != ''}
From {$APP.APP_DEL_PREVIOUS_USER}, send at
{/if}
{$APP.DEL_DELEGATE_DATE}
</p>
<p>{$APP.APP_PRO_TITLE}
<br/>{$APP.APP_TAS_TITLE}</p>