Ignore:
Timestamp:
May 20, 2011, 10:21:46 PM (13 years ago)
Author:
Eric
Message:
  • Use pwg_db_real_escape_string() instead of addslashes()
  • Database upgrade process simplied (using version_compare() and code refactoring)
  • Bug 2253 fixed - New feature to allow comments on pictures only for specific users (who belong to a group) when "comments for all" is set
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/template/global.tpl

    r10391 r10957  
    679679
    680680            <li>
     681              <label class="cluetip" title="{'UAM_GroupCommTitle'|translate}|{'UAM_GroupCommTitle_d'|translate}">
     682                {'UAM_Group_Comments'|@translate}
     683              </label>
     684            <br><br>
     685              <input type="radio" value="false" {$UAM_GROUPCOMM_FALSE} name="UAM_GroupComm">
     686                {'UAM_Disable'|@translate}
     687            <br>
     688              <input type="radio" value="true" {$UAM_GROUPCOMM_TRUE} name="UAM_GroupComm">
     689                {'UAM_Enable'|@translate}
     690            <br><br>
     691              <ul>
     692                <li>
     693                  <label>
     694                    {'UAM_AllowedComm_Group'|@translate}
     695                  </label>
     696                <br><br>
     697                  <div id="uam_leftmargin">
     698                    {html_options name="UAM_AllowComm_Group" options=$AllowComm_Group.group_options selected=$AllowComm_Group.group_selected}
     699                  </div>
     700                </li>
     701              </ul>
     702            <br><br>
     703            </li>
     704
     705            <li>
    681706              <label class="cluetip" title="{'UAM_RedirTitle'|translate}|{'UAM_RedirTitle_d'|translate}">
    682707                {'UAM_RedirToProfile'|@translate}
Note: See TracChangeset for help on using the changeset viewer.