diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-09 10:37:22 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-09 10:37:22 +0000 |
| commit | 3df56c760400a61f22db74f1763e780207ff289b (patch) | |
| tree | edec457a746581994da487e5952aa2611218d2d8 | |
| parent | 062bcd4016dc4e67b44cb526feacf0b9dc8a865a (diff) | |
| download | quota-3df56c760400a61f22db74f1763e780207ff289b.tar.gz quota-3df56c760400a61f22db74f1763e780207ff289b.tar.bz2 quota-3df56c760400a61f22db74f1763e780207ff289b.zip | |
correct class in wrapping div
| -rw-r--r-- | templates/quota.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/quota.tpl b/templates/quota.tpl index f6f181c..731a6c7 100644 --- a/templates/quota.tpl +++ b/templates/quota.tpl @@ -1,4 +1,4 @@ -<div class="quota"> +<div class="display quota"> <div class="header"> <h1>{tr}Usage Quota{/tr}</h1> </div> |
