summaryrefslogtreecommitdiff
path: root/templates/over_quota.tpl
blob: eab450f24cfe674be10cbb99eacca1bfab41919e (plain)
1
2
3
4
5
6
7
8
9
10
<div class="quota">
	<div class="header">
		<h1>{tr}Your Personal Usage Quota{/tr}</h1>
	</div>

	<div class="body">
		{formfeedback error="{tr}You are over your quota and have no space to upload new files.{/tr}"}
		<p>{tr}Delete some of your files or see you system administrator about getting a larger quota.{/tr}</p>
	</div><!-- end .body -->
</div>