[Kimchi-devel] [PATCH] Correct the ID String of Disk Size in Template Edit Window

Hongliang Wang hlwang at linux.vnet.ibm.com
Tue May 6 07:32:24 UTC 2014


It was "version" instead of "disk".

Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
---
 ui/pages/template-edit.html.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/pages/template-edit.html.tmpl b/ui/pages/template-edit.html.tmpl
index f00e4fc..7a1a6a8 100644
--- a/ui/pages/template-edit.html.tmpl
+++ b/ui/pages/template-edit.html.tmpl
@@ -73,10 +73,10 @@
                 </div>
                 <div>
                     <div class="template-edit-wrapper-label">
-                        <label>$_("Disk (GB)")</label>
+                        <label for="template-edit-disk-textbox">$_("Disk (GB)")</label>
                     </div>
                     <div class="template-edit-wrapper-controls">
-                        <input id="template-edit-version-textbox" name="disks" type="text" />
+                        <input id="template-edit-disk-textbox" name="disks" type="text" />
                     </div>
                 </div>
             </fieldset>
-- 
1.8.1.4




More information about the Kimchi-devel mailing list