Skip to content
Snippets Groups Projects
Commit 55ddff32 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge branch 'develop' into feature/reports

parents 5848eb3a dc1e667a
No related branches found
No related tags found
No related merge requests found
Showing
with 139 additions and 29 deletions
...@@ -47,3 +47,20 @@ Create your own fork of the project and use ...@@ -47,3 +47,20 @@ Create your own fork of the project and use
[git-flow](https://github.com/nvie/gitflow) to create a new feature. Once [git-flow](https://github.com/nvie/gitflow) to create a new feature. Once
the feature is published in your fork, send a pull request to begin the the feature is published in your fork, send a pull request to begin the
conversation of integrating your new feature into osTicket. conversation of integrating your new feature into osTicket.
License
-------
osTicket is released under the GPL2 license. See the included LICENSE.txt
file for the gory details of the General Public License.
osTicket is supported by several magical open source projects including:
* [HTMLawed](http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed)
* [PasswordHash](http://www.openwall.com/phpass/)
* [PEAR](http://pear.php.net/package/PEAR)
* [PEAR/Auth_SASL](http://pear.php.net/package/Auth_SASL)
* [PEAR/Mail](http://pear.php.net/package/mail)
* [PEAR/Net_SMTP](http://pear.php.net/package/Net_SMTP)
* [PEAR/Net_Socket](http://pear.php.net/package/Net_Socket)
* [PEAR/Serivces_JSON](http://pear.php.net/package/Services_JSON)
* [phplint](http://antirez.com/page/phplint.html)
New stuff in 1.7-dpr3
======================
New stuff in 1.7-dpr2 New stuff in 1.7-dpr2
====================== ======================
......
...@@ -254,6 +254,9 @@ body { ...@@ -254,6 +254,9 @@ body {
height: 20px; height: 20px;
background: url('../images/nav_bg.png') top left repeat-x; background: url('../images/nav_bg.png') top left repeat-x;
border-top: 1px solid #aaa; border-top: 1px solid #aaa;
box-shadow:0 3px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow:0 3px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow:0 3px 2px rgba(0, 0, 0, 0.4);
} }
#nav li { #nav li {
margin: 0; margin: 0;
...@@ -304,19 +307,11 @@ body { ...@@ -304,19 +307,11 @@ body {
#content { #content {
padding: 20px 0; padding: 20px 0;
margin: 0 20px; margin: 0 20px;
background: url('../images/content_bg.png') top left repeat-x;
}
#cnbg {
padding: 5px 0;
margin: 0 20px;
height: auto !important; height: auto !important;
height: 350px; height: 350px;
min-height: 350px; min-height: 350px;
background: none;
} }
#footer { #footer {
text-align: center; text-align: center;
font-size: 11px; font-size: 11px;
...@@ -384,19 +379,33 @@ body { ...@@ -384,19 +379,33 @@ body {
font-size: 15px; font-size: 15px;
margin-left: 0; margin-left: 0;
padding-left: 0; padding-left: 0;
border-top:1px solid #ddd;
} }
#faq ol li { #faq ol li {
list-style: none; list-style: none;
margin: 0 0 10px 0; margin: 0;
padding:0;
color: #999; color: #999;
} }
#faq ol li a { #faq ol li a {
display: block; display:block;
height: 16px; padding:5px 0;
height:auto !important;
overflow:hidden;
margin:0;
border-bottom:1px solid #ddd;
line-height: 16px; line-height: 16px;
padding-left: 24px; padding-left: 24px;
background: url('../images/icons/page.png?1319579499') 0 50% no-repeat; background: url('../images/icons/page.png?1319579499') 0 50% no-repeat;
} }
#faq ol li a:hover {
background-color:#e9f5ff;
}
.article-meta {
padding:5px;
background:#fafafa;
}
/* Knowledgebase */ /* Knowledgebase */
#kb { #kb {
...@@ -406,12 +415,21 @@ body { ...@@ -406,12 +415,21 @@ body {
} }
#kb > li { #kb > li {
margin: 0 0 5px 0; padding:10px;
padding: 10px; height:auto !important;
width: auto; overflow:hidden;
float: left; margin:0;
clear: both; background:url(../images/kb_category_bg.png) bottom left repeat-x;
list-style: none; border-bottom:1px solid #ddd;
}
#kb li i {
display:block;
width:32px;
height:32px;
float:left;
margin-right:6px;
background:url(../images/kb_large_folder.png) top left no-repeat;
} }
#kb > li h4 { #kb > li h4 {
...@@ -425,10 +443,51 @@ body { ...@@ -425,10 +443,51 @@ body {
#kb > li h4 a { #kb > li h4 a {
font-size: 14px; font-size: 14px;
padding-left: 24px;
background: url('../images/icons/page.png?1319579499') 0 50% no-repeat;
} }
#kb-search {
padding:10px 0;
overflow:hidden;
}
#kb-search div {
clear:both;
overflow:hidden;
padding-top:5px;
}
#kb-search #query {
margin:0;
display:inline-block;
float:left;
width:200px;
margin-right:5px;
}
#kb-search #cid {
margin:0;
display:inline-block;
float:left;
width:200px;
margin-right:5px;
position:relative;
top:2px;
}
#kb-search #topic-id {
margin:0;
display:inline-block;
float:left;
width:410px;
}
#kb-search #searchSubmit {
margin:0;
display:inline-block;
float:left;
position:relative;
top:2px;
}
#breadcrumbs { #breadcrumbs {
color: #333; color: #333;
...@@ -649,6 +708,13 @@ a.refresh { ...@@ -649,6 +708,13 @@ a.refresh {
font-size: 12px; font-size: 12px;
padding: 5px; padding: 5px;
} }
#ticketThread table th span {
font-weight:normal;
color:#888;
padding-left:20px;
}
#ticketThread table td { #ticketThread table td {
padding: 5px; padding: 5px;
} }
...@@ -707,3 +773,35 @@ a.refresh { ...@@ -707,3 +773,35 @@ a.refresh {
margin-right: 20px; margin-right: 20px;
background: url('../images/icons/file.gif') 0 50% no-repeat; background: url('../images/icons/file.gif') 0 50% no-repeat;
} }
.button, .button:visited {
background: #222;
display: inline-block;
font-size: 16px;
padding: 8px 16px 6px 16px;
width:160px;
text-align:center;
color: #fff;
font-weight:bold;
text-decoration: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
font-family:helvetica, arial, sans-serif;
}
.button:hover { background-color: #111; color: #fff; }
.button:active { top: 1px; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; }
.button, .button:visited,
.green.button, .green.button:visited { background-color: #91bd09; }
.green.button:hover { background-color: #749a02; }
.blue.button, .blue.button:visited { background-color: #00AEEF; }
.blue.button:hover { background-color: #0299d2; }
assets/default/images/kb_category_bg.png

937 B

assets/default/images/kb_large_folder.png

2.47 KiB

...@@ -28,21 +28,12 @@ define('OSTCLIENTINC',TRUE); ...@@ -28,21 +28,12 @@ define('OSTCLIENTINC',TRUE);
define('ASSETS_PATH',ROOT_PATH.'assets/default/'); define('ASSETS_PATH',ROOT_PATH.'assets/default/');
//Check the status of the HelpDesk. //Check the status of the HelpDesk.
if(!is_object($cfg) || !$cfg->getId() || $cfg->isHelpDeskOffline()) { if(!is_object($cfg) || !$cfg->getId() || $cfg->isHelpDeskOffline() || $cfg->isUpgradePending()) {
include('./offline.php'); include('./offline.php');
exit; exit;
} }
//Forced upgrade? Version mismatch.
if(defined('THIS_VERSION') && strcasecmp($cfg->getVersion(),THIS_VERSION)) {
die('System is offline for an upgrade.');
exit;
}
/* include what is needed on client stuff */ /* include what is needed on client stuff */
require_once(INCLUDE_DIR.'class.client.php'); require_once(INCLUDE_DIR.'class.client.php');
require_once(INCLUDE_DIR.'class.ticket.php'); require_once(INCLUDE_DIR.'class.ticket.php');
......
css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png

260 B

css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png

251 B

css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png

178 B

css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png

104 B

css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png

125 B

css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png

105 B

css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png

3.67 KiB

css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png

90 B

css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png

129 B

css/ui-lightness/images/ui-icons_222222_256x240.png

4.27 KiB

css/ui-lightness/images/ui-icons_228ef1_256x240.png

4.27 KiB

css/ui-lightness/images/ui-icons_ef8c08_256x240.png

4.27 KiB

css/ui-lightness/images/ui-icons_ffd27a_256x240.png

4.27 KiB

css/ui-lightness/images/ui-icons_ffffff_256x240.png

4.27 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment