SAAS-738 - Changed disk quota exceeded link to point to billing/upgrade
This commit is contained in:
parent
574fdf4b27
commit
94fc2131ff
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
||||||
</style>
|
</style>
|
||||||
<?php if ($this->quotaLimitReached) { ?>
|
<?php if ($this->quotaLimitReached) { ?>
|
||||||
<div class="errors quota-reached">
|
<div class="errors quota-reached">
|
||||||
Disk quota exceeded. You cannot upload files until you <a href="http://www.sourcefabric.org/en/airtime" target="_blank">upgrade your storage</a>.
|
Disk quota exceeded. You cannot upload files until you
|
||||||
|
<a target="_parent" href=<?php $baseUrl = Application_Common_OsPath::getBaseDir(); echo $baseUrl . "billing/upgrade"?>>
|
||||||
|
upgrade your storage
|
||||||
|
</a>.
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue