1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug #4099: Remove html chars from tips

(cherry picked from commit 39494e364d01d9986727f41adb04edc442da957f)
This commit is contained in:
Carlos Martín 2015-11-04 17:32:33 +01:00
parent 09ba4ca10c
commit b632349af3
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<div class="row">
<div class="medium-6 columns">
<label for="service_name">{{tr "Service Name"}}
<span class="tip">{{tr "Defaults to template name when emtpy. You can use the wildcard &#37;i. When creating several Services, &#37;i will be replaced with a different number starting from 0 in each of them"}}.</span>
<span class="tip">{{tr "Defaults to template name when emtpy. You can use the wildcard %i. When creating several Services, %i will be replaced with a different number starting from 0 in each of them"}}.</span>
</label>
<input type="text" name="service_name" id="service_name" />
</div>

View File

@ -24,7 +24,7 @@
<label for="vm_name">
{{tr "VM Name"}}
<span class="tip">
{{tr "Defaults to template name when emtpy. You can use the wildcard &#37;i. When creating several VMs, &#37;i will be replaced with a different number starting from 0 in each of them"}}.
{{tr "Defaults to template name when emtpy. You can use the wildcard %i. When creating several VMs, %i will be replaced with a different number starting from 0 in each of them"}}.
</span>
</label>
<input type="text" name="vm_name" id="vm_name" />

View File

@ -22,7 +22,7 @@
<label for="create_vm_name">
{{tr "VM Name"}}
<span class="tip">
{{tr "Defaults to template name when emtpy. You can use the wildcard &#37;i. When creating several VMs, &#37;i will be replaced with a different number starting from 0 in each of them"}}.
{{tr "Defaults to template name when emtpy. You can use the wildcard %i. When creating several VMs, %i will be replaced with a different number starting from 0 in each of them"}}.
</span>
</label>
<input type="text" name="create_vm_name" id="create_vm_name" />