Browse Source

update add item form

star7th 9 years ago
parent
commit
ad32f05022
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Application/Home/View/Item/add.html

+ 2 - 2
Application/Home/View/Item/add.html

@@ -8,8 +8,8 @@
         <!-- <h3 class="form-signin-heading">新建项目</h3> -->
         <input type="text" class="input-block-level"  name="item_name" placeholder="{$Think.Lang.item_name}" autocomplete="off" value="{$item.item_name}" >
         <input type="text" class="input-block-level"  name="item_description" placeholder="{$Think.Lang.item_description}" autocomplete="off" value="{$item.item_description}">
-        <input type="text" class="input-block-level"  name="item_domain" placeholder="{$Think.Lang.item_domain}" autocomplete="off" value="{$item.item_domain}" >
-        <input style="display:none"><!-- for disable autocomplete on chrome -->
+<!--         <input type="text" class="input-block-level"  name="item_domain" placeholder="{$Think.Lang.item_domain}" autocomplete="off" value="{$item.item_domain}" >
+ -->        <input style="display:none"><!-- for disable autocomplete on chrome -->
         <input style="display:none"><!-- for disable autocomplete on chrome -->
         <input type="text" onfocus="this.type='password'" id="password" class="input-block-level" name="password" placeholder="{$Think.Lang.visit_password_placeholder}" title="{$Think.Lang.visit_password_placeholder}" autocomplete="off" value="{$item.password}">
         <button class="btn  btn-primary" type="submit">{$Think.Lang.submit}</button>