PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。

源代码在线查看: manage_permissions.smarty.tmp

软件大小: 30962 K
上传用户: ddddong
关键词: PHP 管理系统 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				{literal}									function populateField(value, key){						var field = document.getElementById(key);						field.value = value;					}								{/literal}				{i18n}Existing permissions{/i18n}								{i18n}Permissions are descriptors used to ascertain whether groups of users have access to certain functionality. The built-in permissions below facilitate the default functionality of the DMS and can't be changed. Plugin developers may choose to add additional permissions below that manage access to their plugins functionality.{/i18n}																{i18n}Create a new permission{/i18n}																				{foreach item=oWidget from=$add_fields}				  {$oWidget->render()}				{/foreach}																																												    				        				            {i18n}Permission{/i18n}				            {i18n}Display Name{/i18n}				            {i18n}Delete{/i18n}				        				    				    { foreach item=oPerm from=$permissions }				        				            				            { $oPerm->getName() }				            				            				            { $oPerm->getHumanName() }				            				          { if $oPerm->getBuiltIn() == true }				            				            {i18n}Built-in{/i18n}				            				            { else }				            				                Edit				             -->				            				               				href="{addQS}action=deletePermission&id={$oPerm->getId()}{/addQS}"				class="ktAction ktDelete">{i18n}Delete Permission{/i18n}				            				          { /if }				        				    { /foreach }								{if $context->sNameVal != ''}									populateField("{$context->sNameVal}", "name");								{/if}				{if $context->sHumanNameVal != ''}									populateField("{$context->sHumanNameVal}", "human_name");								{/if}			

相关资源