1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

license code refactoring

This commit is contained in:
Harvey Kandola 2017-02-23 10:29:51 -08:00
parent 3f87401d49
commit edccb39019
5 changed files with 22 additions and 40 deletions

View file

@ -36,12 +36,12 @@
<form class="form-bordered">
<div class="form-header">
<div class="title">Edition License</div>
<div class="tip">Product license</div>
<div class="title">Optional Edition License</div>
<div class="tip">Only applies to Enterprise Edition</div>
</div>
<div class="input-control">
<label>License XML</label>
<div class="tip">Please provide valid XML</div>
<label>License</label>
<div class="tip">XML format accepted</div>
{{textarea value=model.license rows="5"}}
</div>
<div class="regular-button button-blue" {{ action 'saveLicense' }}>save</div>