Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
Madhuk
vtigercrm
Commits
150d3ed6
Commit
150d3ed6
authored
7 years ago
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
Portal privileges user removed from portal settings page
parent
95ab0da5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/vtiger/modules/CustomerPortal/layouts/v7/modules/Settings/CustomerPortal/Index.tpl
+1
-18
1 addition, 18 deletions
...rtal/layouts/v7/modules/Settings/CustomerPortal/Index.tpl
with
1 addition
and
18 deletions
pkg/vtiger/modules/CustomerPortal/layouts/v7/modules/Settings/CustomerPortal/Index.tpl
+
1
−
18
View file @
150d3ed6
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment