Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
ca22e2d5
Commit
ca22e2d5
authored
10 years ago
by
Jared Hancock
Committed by
Peter Rotich
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
tips: Add tips to settings/company
parent
41725e5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/i18n/en_US/help/tips/settings.pages.yaml
+8
-11
8 additions, 11 deletions
include/i18n/en_US/help/tips/settings.pages.yaml
include/staff/settings-pages.inc.php
+12
-1
12 additions, 1 deletion
include/staff/settings-pages.inc.php
scp/css/scp.css
+3
-0
3 additions, 0 deletions
scp/css/scp.css
with
23 additions
and
12 deletions
include/i18n/en_US/help/tips/settings.pages.yaml
+
8
−
11
View file @
ca22e2d5
...
...
@@ -24,24 +24,18 @@ company_information:
-
title
:
Company Information Form
href
:
/scp/forms.php?type=C
site_pages
:
title
:
Site Pages
content
:
>
To manage your customize pages, see Admin Panel -> Manage -> Pages.
landing_page
:
title
:
Landing Page
content
:
>
What page would you like your clients to see when they first “land” on your
support site (i.e., your installation of osTicket)?
The <span class="doc-desc-title">Landing Page</span> is displayed on
the front page of your your support site.
offline_page
:
title
:
Offline Page
content
:
>
What page would you like your clients to see when the system is either
being updated or maintained? To activate the <span
class="doc-desc-title">Offline Page</span>, see Admin Panel -> Setting ->
System -> Helpdesk Status.
The <span class="doc-desc-title">Offline Page</span> is displayed in
the support site when the help desk is offline, see Admin Panel
-> Setting -> System -> Helpdesk Status.
default_thank_you_page
:
title
:
Default Thank-You Page
...
...
@@ -49,6 +43,9 @@ default_thank_you_page:
The <span class="doc-desc-title">thank-you page</span> is displayed to the
customer when a <span class="doc-desc-title">Client</span> submits a new
ticket.
<br/><br/>
<span class="doc-desc-title">Thank you</span> pages can be
associated with help topics.
logos
:
title
:
Logos
...
...
This diff is collapsed.
Click to expand it.
include/staff/settings-pages.inc.php
+
12
−
1
View file @
ca22e2d5
...
...
@@ -32,6 +32,7 @@ $pages = Page::getPages();
<tr>
<td
width=
"220"
class=
"required"
>
Landing Page:
</td>
<td>
<span>
<select
name=
"landing_page_id"
>
<option
value=
""
>
—
Select Landing Page
—
</option>
<?php
...
...
@@ -43,11 +44,14 @@ $pages = Page::getPages();
$page
->
getName
());
}
?>
</select>
<font
class=
"error"
>
*
<?php
echo
$errors
[
'landing_page_id'
];
?>
</font>
<i
class=
"help-tip icon-question-sign"
href=
"#landing_page"
></i>
</span>
</td>
</tr>
<tr>
<td
width=
"220"
class=
"required"
>
Offline Page:
</td>
<td>
<span>
<select
name=
"offline_page_id"
>
<option
value=
""
>
—
Select Offline Page
—
</option>
<?php
...
...
@@ -59,11 +63,14 @@ $pages = Page::getPages();
$page
->
getName
());
}
?>
</select>
<font
class=
"error"
>
*
<?php
echo
$errors
[
'offline_page_id'
];
?>
</font>
<i
class=
"help-tip icon-question-sign"
href=
"#offline_page"
></i>
</span>
</td>
</tr>
<tr>
<td
width=
"220"
class=
"required"
>
Default Thank-You Page:
</td>
<td>
<span>
<select
name=
"thank-you_page_id"
>
<option
value=
""
>
—
Select Thank-You Page
—
</option>
<?php
...
...
@@ -75,6 +82,8 @@ $pages = Page::getPages();
$page
->
getName
());
}
?>
</select>
<font
class=
"error"
>
*
<?php
echo
$errors
[
'thank-you_page_id'
];
?>
</font>
<i
class=
"help-tip icon-question-sign"
href=
"#default_thank_you_page"
></i>
</span>
</td>
</tr>
</tbody>
...
...
@@ -83,7 +92,9 @@ $pages = Page::getPages();
<thead>
<tr>
<th
colspan=
"2"
>
<h4>
Logos
</h4>
<h4>
Logos
<i
class=
"help-tip icon-question-sign"
href=
"#logos"
></i>
</h4>
<em>
System Default Logo
</em>
</th>
</tr>
...
...
This diff is collapsed.
Click to expand it.
scp/css/scp.css
+
3
−
0
View file @
ca22e2d5
...
...
@@ -1153,6 +1153,9 @@ h2 > i.help-tip {
vertical-align
:
baseline
;
font-size
:
11pt
;
}
.form_table
th
h4
i
.help-tip
{
color
:
white
;
}
/* Knowledgebase */
/* Knowledgebase */
...
...
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