[Kimchi-devel] [PATCH v2] Correct the ID String of Disk Size in Template Edit Window
Hongliang Wang
hlwang at linux.vnet.ibm.com
Fri May 9 02:10:26 UTC 2014
On 05/09/2014 01:17 AM, Aline Manera wrote:
> On 05/06/2014 11:15 PM, Hongliang Wang wrote:
>> It was "version" instead of "disk".
>>
>> 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 | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/ui/pages/template-edit.html.tmpl
>> b/ui/pages/template-edit.html.tmpl
>> index f00e4fc..3ba8315 100644
>> --- a/ui/pages/template-edit.html.tmpl
>> +++ b/ui/pages/template-edit.html.tmpl
>> @@ -73,17 +73,17 @@
>> </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-version-textbox">$_("CDROM")</label>
>
> It should be template-edit-cdrom-textbox, right?
Oops, will send a new one. Thanks!
>
>> </div>
>> <div class="template-edit-wrapper-controls">
>> <input id="template-edit-version-textbox"
>> name="cdrom" type="text" disabled="disabled"/>
>
More information about the Kimchi-devel
mailing list