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

Sheldon shaohef at linux.vnet.ibm.com
Fri May 9 03:57:56 UTC 2014


Reviewed-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

On 05/09/2014 10:16 AM, Hongliang Wang wrote:
> It was "version" instead of "disk".
>
> v2 -> v3:
>    3a) Corrected id string from CDROM
>        (Aline's comment)
>
> v1 -> v2:
>    2a) Added for attribute for version text box
>        (Sheldon's comment)
>
> Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
> ---
>   ui/pages/template-edit.html.tmpl | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/ui/pages/template-edit.html.tmpl b/ui/pages/template-edit.html.tmpl
> index f00e4fc..15ff25c 100644
> --- a/ui/pages/template-edit.html.tmpl
> +++ b/ui/pages/template-edit.html.tmpl
> @@ -73,20 +73,20 @@
>                   </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>
>               <fieldset class="template-edit-fieldset">
>                   <div>
>                       <div class="template-edit-wrapper-label">
> -                        <label>$_("CDROM")</label>
> +                        <label for="template-edit-cdrom-textbox">$_("CDROM")</label>
>                       </div>
>                       <div class="template-edit-wrapper-controls">
> -                        <input id="template-edit-version-textbox" name="cdrom" type="text" disabled="disabled"/>
> +                        <input id="template-edit-cdrom-textbox" name="cdrom" type="text" disabled="disabled"/>
>                       </div>
>                   </div>
>                   <div>


-- 
Thanks and best regards!

Sheldon Feng(冯少合)<shaohef at linux.vnet.ibm.com>
IBM Linux Technology Center




More information about the Kimchi-devel mailing list