1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

new docs link and typos

This commit is contained in:
Harvey Kandola 2017-04-12 13:55:34 +01:00
parent 68deb3feaf
commit 11c2398869
3 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@
{{input type="text" value=blockTitle id=blockTitleId}}
</div>
<div class="input-control">
<label>Name</label>
<label>Description</label>
<div class="tip">Short description to help others understand<br/>the reusable content block</div>
{{textarea rows="3" value=blockExcerpt id=blockExcerptId}}
</div>
@ -59,7 +59,7 @@
{{#dropdown-dialog id=moveDialogId target=moveButtonId position="bottom right" button="Move" color="flat-green" onOpenCallback=(action 'onCopyDialogOpen') onAction=(action 'onMovePage')}}
<div class="form-header">
<div class="tip">
<span class="bold">move:</span> {{page.title}}
<span class="bold">Move:</span> {{page.title}}
</div>
</div>
<div class="input-control">

View file

@ -52,7 +52,7 @@
{{input type="text" value=blockTitle id=blockTitleId}}
</div>
<div class="input-control">
<label>Name</label>
<label>Description</label>
<div class="tip">Short description to help others understand<br/>the reusable content block</div>
{{textarea rows="3" value=blockExcerpt id=blockExcerptId}}
</div>
@ -72,7 +72,7 @@
{{#dropdown-dialog id=moveDialogId target=moveButtonId position="bottom right" button="Move" color="flat-green" onOpenCallback=(action 'onCopyDialogOpen') onAction=(action 'onMovePage')}}
<div class="form-header">
<div class="tip">
<span class="bold">move:</span> {{page.title}}
<span class="bold">Move:</span> {{page.title}}
</div>
</div>
<div class="input-control">