CC-6078: Help page updates
Added a 'File a Support Ticket' link
This commit is contained in:
parent
f597ee075e
commit
c4cb856283
2 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,7 @@ define('USER_MANUAL_URL' , 'http://sourcefabric.booktype.pro/airtime-
|
||||||
define('ABOUT_AIRTIME_URL' , 'https://www.airtime.pro/support/');
|
define('ABOUT_AIRTIME_URL' , 'https://www.airtime.pro/support/');
|
||||||
define('AIRTIME_TRANSIFEX_URL' , 'https://www.transifex.com/projects/p/airtime/');
|
define('AIRTIME_TRANSIFEX_URL' , 'https://www.transifex.com/projects/p/airtime/');
|
||||||
define('WHMCS_PASSWORD_RESET_URL' , 'https://account.sourcefabric.com/pwreset.php');
|
define('WHMCS_PASSWORD_RESET_URL' , 'https://account.sourcefabric.com/pwreset.php');
|
||||||
|
define('SUPPORT_TICKET_URL' , 'https://sourcefabricberlin.zendesk.com/hc/en-us/requests/new');
|
||||||
|
|
||||||
define('LICENSE_VERSION' , 'GNU AGPL v.3');
|
define('LICENSE_VERSION' , 'GNU AGPL v.3');
|
||||||
define('LICENSE_URL' , 'http://www.gnu.org/licenses/agpl-3.0-standalone.html');
|
define('LICENSE_URL' , 'http://www.gnu.org/licenses/agpl-3.0-standalone.html');
|
||||||
|
|
|
@ -163,6 +163,11 @@ $pages = array(
|
||||||
'uri' => USER_MANUAL_URL,
|
'uri' => USER_MANUAL_URL,
|
||||||
'target' => "_blank"
|
'target' => "_blank"
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'label' => _('File a Support Ticket'),
|
||||||
|
'uri' => SUPPORT_TICKET_URL,
|
||||||
|
'target' => "_blank"
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'label' => _(sprintf("Help Translate %s", PRODUCT_NAME)),
|
'label' => _(sprintf("Help Translate %s", PRODUCT_NAME)),
|
||||||
'uri' => AIRTIME_TRANSIFEX_URL,
|
'uri' => AIRTIME_TRANSIFEX_URL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue