Move help text after footer heading
This commit is contained in:
@@ -390,17 +390,9 @@
|
||||
</div>
|
||||
|
||||
<div class="card" style="margin-bottom: 15px;">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p>Some aspects of the Cloudron dashboard can be branded using <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank">markdown</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div class="row" ng-hide="config.features.branding">
|
||||
<div class="col-xs-12">
|
||||
<b>This feature is only available in the business plan.</b>
|
||||
<b>Customizing the footer is only available in the business plan.</b>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -408,6 +400,8 @@
|
||||
<div class="col-md-12">
|
||||
<div class="form-group">
|
||||
<label class="control-label" style="width: 100%">Footer</label>
|
||||
<p class="text-small">Use <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank">markdown</a> to style the footer.</p>
|
||||
|
||||
<textarea class="form-control" ng-model="branding.footer.content" ng-disabled="branding.footer.busy"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user