From 150d3ed6a02a466c5e5f1496abcecac8a61befcc Mon Sep 17 00:00:00 2001 From: satish <satish.dvnk@vtiger.com> Date: Tue, 6 Feb 2018 14:21:35 +0530 Subject: [PATCH] Portal privileges user removed from portal settings page --- .../modules/Settings/CustomerPortal/Index.tpl | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/pkg/vtiger/modules/CustomerPortal/layouts/v7/modules/Settings/CustomerPortal/Index.tpl b/pkg/vtiger/modules/CustomerPortal/layouts/v7/modules/Settings/CustomerPortal/Index.tpl index ca9977c5f..21e06d4df 100644 --- a/pkg/vtiger/modules/CustomerPortal/layouts/v7/modules/Settings/CustomerPortal/Index.tpl +++ b/pkg/vtiger/modules/CustomerPortal/layouts/v7/modules/Settings/CustomerPortal/Index.tpl @@ -10,26 +10,9 @@ {strip} <div class="listViewPageDiv" id="listViewContent"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> - <br> <br> <form id="customerPortalForm" name="customerPortalForm" action="index.php" method="POST" class="form-horizontal"> <input type="hidden" name="portalModulesInfo" value="" /> - <div class="col-sm-12 col-xs-12 input-group"> - <div class="form-group"> - <label for="privileges" class="col-sm-4 control-label fieldLabel"><span>{vtranslate('LBL_PRIVILEGES', $QUALIFIED_MODULE)}</span></label> - <div class="fieldValue col-lg-3 col-md-3 col-sm-3 input-group"> - <select name="privileges" class="select2 inputElement"> - {foreach item=USER_MODEL from=$USER_MODELS} - {assign var=USER_ID value=$USER_MODEL->getId()} - <option value="{$USER_ID}" {if $CURRENT_PORTAL_USER eq $USER_ID} selected {/if}>{$USER_MODEL->getName()}</option> - {/foreach} - </select> - <div class="input-group-addon input-select-addon"> - <a href="#" rel="tooltip" title="{vtranslate('LBL_PREVILEGES_MESSAGE', $QUALIFIED_MODULE)}"><i class="fa fa-info-circle"></i></a> - </div> - </div> - </div> - </div> <div class="col-sm-12 col-xs-12 input-group"> <div class="form-group"> <label for="defaultAssignee" class="col-sm-4 control-label fieldLabel"><span>{vtranslate('LBL_DEFAULT_ASSIGNEE', $QUALIFIED_MODULE)}</span></label> @@ -58,7 +41,7 @@ <div class="form-group"> <label for="portal-url" class="col-sm-4 control-label fieldLabel">{vtranslate('LBL_PORTAL_URL', $QUALIFIED_MODULE)}</label> <div class="col-sm-5"> - <a target="_blank" href="{$PORTAL_URL}" class="help-inline" style="width: 300px;">{$PORTAL_URL}</a> + <a target="_blank" href="{$PORTAL_URL}" class="help-inline" style="width: 300px;color:blue;">{$PORTAL_URL}</a> <div class="pull-left input-group-addon input-select-addon"> <a href="#" rel="tooltip" title="{vtranslate('LBL_PORTAL_URL_MESSAGE', $QUALIFIED_MODULE)}"><i class="fa fa-info-circle"></i></a> </div> -- GitLab