Removed permission settings from welcome message block;

Permissions will be added to all blocks;
This commit is contained in:
Marc Alexander
2010-11-19 19:04:45 +00:00
parent 670bd11fa6
commit c2b98fa3f0
3 changed files with 1 additions and 66 deletions

View File

@@ -604,19 +604,6 @@
</dt>
<dd><textarea name="welcome_message" id="welcome_message" cols="6" rows="12">{WELCOME_MESSAGE}</textarea></dd>
</dl>
<dl>
<dt>
<label for="permission-setting">{L_ACP_PORTAL_WELCOME_PERMISSION}:</label><br />
<span>{L_ACP_PORTAL_WELCOME_PERMISSION_EXP}</span>
</dt>
<dd>
<select id="permission-setting" size="10" multiple="multiple" name="permission-setting[]">
<!-- BEGIN permission_setting -->
<option value="{permission_setting.GROUP_ID}"<!-- IF permission_setting.SELECTED -->selected="selected"<!-- ENDIF -->>{permission_setting.GROUP_NAME}</option>
<!-- END permission_setting -->
</select>
</dd>
</dl>
<!-- IF S_AUTH -->
<!-- BEGIN auth_tpl -->
{auth_tpl.TPL}