Skip to content

Commit

Permalink
Horde style.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 3, 2014
1 parent e404e6f commit 849696b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions imp/templates/basic/folders/folders_size.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
<?php echo _("Mailbox Sizes") ?>
</div>

<table class="striped sortable">
<br />
<table class="horde-table sortable">
<thead>
<tr>
<th class="leftAlign"><?php echo _("Mailbox") ?></th>
<th class="leftAlign"><?php echo _("Size") ?></th>
<th><?php echo _("Mailbox") ?></th>
<th><?php echo _("Size") ?></th>
</tr>
</thead>

<tbody>
<?php foreach ($this->mboxes as $v): ?>
<tr>
<td class="leftAlign">
<td>
<?php echo $this->escape($v['name']) ?>
</td>
<td class="rightAlign" sortval="<?php echo $v['sort'] ?>">
Expand All @@ -25,7 +26,7 @@

<tfoot>
<tr>
<td class="leftAlign">
<td>
<strong><?php echo _("Sum") ?></strong>
</td>
<td class="rightAlign">
Expand All @@ -36,7 +37,7 @@
</table>

<form name="returnform">
<div class="control leftAlign">
<input id="btn_return" type="button" class="button" value="<?php echo _("Return to Folders View") ?>" />
<div class="horde-form-buttons">
<input id="btn_return" type="button" class="horde-default" value="<?php echo _("Return to Folders View") ?>" />
</div>
</form>

0 comments on commit 849696b

Please sign in to comment.