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

License key workflow improved

Co-Authored-By: Saul S <sauls8t@users.noreply.github.com>
This commit is contained in:
McMatts 2018-06-15 14:26:02 +01:00
parent 27fde0dac8
commit 30856433f8
6 changed files with 14 additions and 25 deletions

View file

@ -13,7 +13,7 @@
<form class="mt-5 ">
<div class="form-group">
<label for="product-license-xml">Enterprise Edition license (optional)</label>
<textarea id="product-license-xml" rows=18 value={{model.license}} class={{if LicenseError 'form-control is-invalid' 'form-control'}}></textarea>
{{textarea id="product-license-xml" value=license rows="18" class=(if LicenseError 'form-control is-invalid' 'form-control')}}
<small class="form-text text-muted ">XML format</small>
{{#if appMeta.valid}}
<p class="mt-2 color-green">Valid</p>