add new images and templates for re-design

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-02-08 10:30:03 +01:00
parent c28f70d885
commit d6b4bd8d36
551 changed files with 7895 additions and 1755 deletions

View File

@@ -0,0 +1,86 @@
$header
<article>
<header>
<h2>
<img src="images/Froxlor/icons/ticket_archive.png" alt="" />&nbsp;
{$lng['ticket']['lastarchived']}
</h2>
</header>
<section>
<table class="bradiusodd">
<thead>
<tr>
<th>{$lng['ticket']['archivedtime']}</th>
<th>{$lng['ticket']['ticket_answers']}</th>
<th>{$lng['ticket']['subject']}</th>
<th>{$lng['ticket']['lastreplier']}</th>
<th>{$lng['ticket']['priority']}</th>
<th>{$lng['panel']['options']}</th>
</tr>
</thead>
<tbody>
$tickets
</tbody>
</table>
</section>
</article>
<br />
<article>
<header>
<h2>
<img src="images/Froxlor/icons/archive_search.png" alt="" />&nbsp;
{$lng['ticket']['search']}
</h2>
</header>
<section class="fullform bradiusodd">
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="page" value="$page"/>
<input type="hidden" name="send" value="send" />
<table class="formtable">
<tr>
<td>{$lng['ticket']['subject']}:</td>
<td ><input type="text" name="subject" /></td>
</tr>
<tr>
<td>{$lng['ticket']['priority']}:</td>
<td >{$priorities_options}</td>
</tr>
<tr>
<td>{$lng['ticket']['category']}:</td>
<td>{$category_options}</td>
</tr>
<tr>
<td>{$lng['ticket']['lastchange']}:</td>
<td><label for="fromdate">{$lng['ticket']['lastchange_from']}</label>
<input type="text" id="fromdate" name="fromdate" /><br /><br />
<label for="todate">{$lng['ticket']['lastchange_to']}</label>
<input type="text" id="todate" name="todate" /></td>
</tr>
<tr>
<td>{$lng['ticket']['message']}:</td>
<td><textarea rows="12" cols="50" name="message"></textarea></td>
</tr>
<tr>
<td>{$lng['ticket']['customer']}:</td>
<td><select name="customer">$customers</select></td>
</tr>
<tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['panel']['search']}" /></td>
</tr>
</table>
</form>
<br /><br />
</section>
</article>
$footer