Ignore:
Timestamp:
Apr 7, 2013, 9:06:52 PM (11 years ago)
Author:
nikrou
Message:

Admin can allow users to add only existing tags

Location:
extensions/user_tags/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/template/add_tags.tpl

    r20985 r22062  
    1111vocab['searching_text'] = "{'Searching...'|@translate}",
    1212vocab['new_text'] = " ({'new'|@translate})";
     13var t4u_allow_creation = {$T4U_ALLOW_CREATION};
    1314{/footer_script}
    1415
  • extensions/user_tags/template/admin.tpl

    r6806 r22062  
    2020    </select>
    2121  </p>
     22  <p class="field"> 
     23    <label><input type="checkbox" value="1" name="existing_tags_only" {if ($T4U_EXISTING_TAG_ONLY)}checked="checked"{/if}>{'Only add existing tags'|@translate}</label>
     24  </p>
    2225</fieldset>
    2326<fieldset>
Note: See TracChangeset for help on using the changeset viewer.