Example #1
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("Reports");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

<?php 
$count = 0;
?>

<?php 
foreach ($this->reports as $report) {
    ?>
	<?php 
    if (!FSS_Permission::auth("fss.reports.report." . $report->name, "com_fss.reports") && !FSS_Permission::auth("fss.reports.all", "com_fss.reports")) {
        continue;
    }
Example #2
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
?>

<?php 
echo FSS_Helper::PageTitle("SUPPORT", $this->no_permission_title);
?>

<?php 
echo JText::_($this->no_permission_message);
?>

<?php 
include JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . '_powered.php';
echo FSS_Helper::PageStyleEnd();
Example #3
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
?>

<?php 
echo FSS_Helper::PageTitle('SUPPORT_ADMIN', JText::_($this->reply_title));
?>

<form id='newticket' action="<?php 
echo str_replace("&amp;", "&", FSSRoute::x('&what=forward='));
?>
" method="post"  enctype="multipart/form-data" class="form-horizontal form-condensed">
	<input type=hidden name='ticketid' id='ticketid' value='<?php 
echo FSS_Helper::escape($this->ticketid);
?>
'>
	<input type=hidden name='what' id='what' value='savereply'>
	<input type=hidden name='reply_type' id='reply_type' value='<?php 
echo FSS_Helper::escape($this->reply_type);
?>
'>
	<input type=hidden name='draft' id='draft' value='<?php 
echo FSS_Helper::escape($this->draft);
Example #4
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
require_once JPATH_COMPONENT . DS . 'helper' . DS . 'glossary.php';
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("GLOSSARY");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'glossary' . DS . 'snippet' . DS . '_letter_bar.php');
?>

<?php 
$letter = "";
$descid = 0;
?>

<dl class="fss_glossary_wordlist">
<?php 
foreach ($this->rows as $glossary) {
    ?>
	<?php 
    $descid++;
    $thisletter = strtolower(substr($glossary->word, 0, 1));
    if ($thisletter != $letter) {
Example #5
0
/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo $this->tmpl ? FSS_Helper::PageStylePopup(true) : FSS_Helper::PageStyle();
?>


	<?php 
echo $this->tmpl ? FSS_Helper::PageTitlePopup("TESTIMONIALS", "ADD_A_TESTIMONIAL") : FSS_Helper::PageTitle("TESTIMONIALS", "ADD_A_TESTIMONIAL");
?>
	<div class='fss_kb_comment_add' id='add_comment'>
		<?php 
$this->comments->DisplayAdd();
?>
	</div>

	<div id="comments"></div>

	<div class='fss_comments_result_<?php 
echo $this->comments->uid;
?>
'></div>

<?php 
Example #6
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle('SUPPORT_ADMIN', "CURRENT_SUPPORT_TICKETS");
?>

<form id='fssForm' action="<?php 
echo FSSRoute::_('index.php?option=com_fss&view=admin_support&tickets=' . $this->ticket_view);
?>
" name="fssForm" method="post">

	<?php 
if (JRequest::getVar('searchtype') != "") {
    ?>
		<div id="fss_showing_search" class="hide" style="display: none;"></div>
	<?php 
}
?>

	<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
Example #7
0
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
* 
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/
defined('_JEXEC') or die('Restricted access');
echo FSS_Helper::PageStylePopup();
echo FSS_Helper::PageTitle("INCLUDE_USER");
?>
<div><?php 
echo JText::_('INCLUDE_USER_HELP');
?>
</div>
<form action="<?php 
echo JRoute::_('index.php?option=com_fss&view=ticket&tmpl=component&what=addccuser&ticketid=' . JRequest::getVar('ticketid'));
?>
" method="post" name="fssForm">
<div id="editcell">
	<table>
		<tr>
			<td width="100%">
				<?php 
echo JText::_("SEARCH");
Example #8
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle('COMMENT_MODERATION');
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
$this->comments->DisplayModerate();
include JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . '_powered.php';
echo FSS_Helper::PageStyleEnd();
Example #9
0
	<?php 
    echo FSS_Helper::PageStyle();
    ?>

	<?php 
    if (!FSS_Input::getString('print')) {
        ?>
		<?php 
        echo $this->content->EditPanel($this->art);
        ?>
	<?php 
    }
    ?>

	<?php 
    echo FSS_Helper::PageTitle("KNOWLEDGE_BASE", $this->art['title']);
    ?>
	<div class="fss_spacer"></div>
<?php 
}
?>

<div>

	<div class="pull-right">

		<?php 
if (!FSS_Input::getString('print')) {
    ?>
			<?php 
    if ($this->kb_rate || FSS_Settings::Get('kb_print')) {
Example #10
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>
		
<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle('SUPPORT_ADMIN', "EMAILS_AWAITING_APPROVAL");
?>

	<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

	<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_support' . DS . 'snippet' . DS . '_supportbar.php');
?>

	<form method="post" action="<?php 
echo FSSRoute::_('index.php?option=com_fss&view=admin_support&layout=emails');
?>
" name='fssForm' id='fssForm'>

		<div class="form-horizontal">
			<div class="control-group">
Example #11
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("FREQUENTLY_ASKED_QUESTIONS", $this->curcattitle);
?>

<?php 
$acl = 1;
?>
<form action="<?php 
echo FSSRoute::_('index.php?option=com_fss&view=faqs');
?>
" method="get" name="fssForm" class="faq_search">
	<input type='hidden' name='option' value='com_fss' />
	<input type='hidden' name='Itemid' value='<?php 
echo FSS_Input::getInt('Itemid');
?>
' />
	<input type='hidden' name='view' value='faq' />
	<input type='hidden' name='catid' value='<?php 
echo (int) $this->curcatid;
?>
' />
	<input type='hidden' name='enable_pages' value='<?php 
Example #12
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>
 
<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("SUPPORT", "MAIN_MENU");
?>

<?php 
FSS_Helper::HelpText("menu_header");
?>

<style>
.fss_mainmenu_phone {
	display: none;
}

@media (max-width: 766px)
{
	.fss_mainmenu {
		display: none;
	}
	.fss_mainmenu_phone {
Example #13
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("ADMIN_OVERVIEW");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

<?php 
echo FSS_GUIPlugins::output("adminOverviewTop");
?>

<?php 
if (FSS_Permission::auth("fss.handler", "com_fss.support_admin")) {
    include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_support' . DS . 'snippet' . DS . '_overview.php');
}
?>

<?php 
Example #14
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("GROUP_ADMINISTRATION");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

<?php 
if (FSS_Permission::auth("fss.groups", "com_fss.groups")) {
    ?>
<p>
	<a class="btn btn-success" href="<?php 
    echo FSSRoute::_('index.php?option=com_fss&view=admin_groups&what=create');
    ?>
">
		<i class="icon-plus"></i>
		<?php 
    echo JText::_('CREATE_NEW_GROUP');
    ?>
	</a>
</p>
Example #15
0
<?php

/**
 * @package     Joomla.Site
 * @subpackage  com_users
 *
 * @copyright   Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
defined('_JEXEC') or die;
JHtml::_('behavior.keepalive');
JHtml::_('behavior.formvalidation');
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("FSS_REGISTER");
?>

<div class="<?php 
echo $this->pageclass_sfx;
?>
">


	<form id="member-registration" action="<?php 
echo JRoute::_('index.php?option=com_fss&view=login&layout=doregister');
?>
" method="post" class="form-validate form-horizontal form-condensed" enctype="multipart/form-data">
		<?php 
foreach ($this->form->getFieldsets() as $fieldset) {
    // Iterate through the form fieldsets and display each one.
    ?>
			<?php 
Example #16
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("CONTENT_MANAGEMENT");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

<?php 
if (FSS_Permission::PermAnyContent()) {
    ?>
	<?php 
    include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_content' . DS . 'snippet' . DS . '_contentbar.php');
    ?>
	<?php 
    include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_content' . DS . 'snippet' . DS . '_overview.php');
} else {
    ?>
	No permission!
<?php 
}
?>
Example #17
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
require_once JPATH_COMPONENT . DS . 'helper' . DS . 'glossary.php';
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("GLOSSARY", $this->glossary->word);
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'glossary' . DS . 'snippet' . DS . '_letter_bar.php');
?>

<dl class="fss_glossary_wordlist">
	<dt>
		<?php 
echo $this->glossary->word;
?>
	
	</dt>
	<dd>
		<?php 
echo $this->glossary->description;
?>
		<?php 
echo $this->glossary->longdesc;
Example #18
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
$announce = $this->announce;
echo FSS_Helper::PageTitle("ANNOUNCEMENTS", $announce['title']);
?>

<?php 
$this->parser->SetVar('editpanel', $this->content->EditPanel($announce));
$this->parser->SetVar('date', FSS_Helper::Date($announce['added'], FSS_DATE_MID));
$this->parser->setVar('title', FSS_Helper::PageSubTitle($announce['title']));
$this->parser->setVar('subtitle', $announce['subtitle']);
$authid = $announce['author'];
$user = JFactory::getUser($authid);
if ($user->id > 0) {
    $this->parser->setVar('author', $user->name);
    $this->parser->setVar('author_username', $user->username);
} else {
    $this->parser->setVar('author', JText::_('UNKNOWN'));
    $this->parser->setVar('author_username', JText::_('UNKNOWN'));
}
if (FSS_Settings::get('glossary_announce')) {
    $this->parser->setVar('body', FSS_Glossary::ReplaceGlossary($announce['body']));
} else {
Example #19
0
?>

<div class="pull-right">
	<a href="<?php 
echo FSSRoute::_("index.php?option=com_fss&view=announce&feed=rss", false);
?>
">
		<img src='<?php 
echo JURI::base();
?>
/components/com_fss/assets/images/rss.png' width='24' height='24'>
	</a>
</div>

<?php 
echo FSS_Helper::PageTitle("ANNOUNCEMENTS");
?>


<?php 
if (count($this->announces) > 0) {
    ?>
	<form method="post" action="<?php 
    echo FSSRoute::_('');
    ?>
" name="form">

		<?php 
    foreach ($this->announces as $announce) {
        $this->parser->SetVar('editpanel', $this->content->EditPanel($announce));
        $this->parser->SetVar('date', FSS_Helper::Date($announce['added'], FSS_DATE_MID));
Example #20
0
/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
?>

<?php 
echo FSS_Helper::PageTitle('SUPPORT_ADMIN', "OUT_OF_OFFICE");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
?>

<?php 
if ($this->userid != $this->current_userid) {
    ?>
	<div class="alert alert-warning">
		<h4><?php 
    echo JText::_('CHANGING_OUT_OF_OFFICE_FOR_USER');
    ?>
 <?php 
    echo $this->user->username;
Example #21
0
 function Header()
 {
     // output the header stuff
     echo FSS_Helper::PageStyle();
     echo FSS_Helper::PageTitle("CONTENT_MANAGEMENT");
     include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
     include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_content' . DS . 'snippet' . DS . '_contentbar.php');
 }
Example #22
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("KNOWLEDGE_BASE", $this->pagetitle);
?>
<div class="fss_spacer"></div>
<?php 
$product = $this->product;
$cat = $this->cat;
if ($product['id'] > 0) {
    //include $this->snippet(JPATH_SITE.DS.'components'.DS.'com_fss'.DS.'views'.DS.'kb'.DS.'snippet'.DS.'_prod.php');
    ?>
	
<?php 
}
//include $this->snippet(JPATH_SITE.DS.'components'.DS.'com_fss'.DS.'views'.DS.'kb'.DS.'snippet'.DS.'_cat.php');
?>
	
<form id="searchProd" action="<?php 
echo FSSRoute::_('&view=kb');
// FIX LINK
Example #23
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("TESTIMONIALS");
$this->comments->DisplayAdd();
?>

<?php 
if (!empty($this->showresult)) {
    ?>
	<div class='fss_comments_result_<?php 
    echo $this->comments->uid;
    ?>
'></div>
<?php 
}
?>

<div id="comments"></div>

<?php 
Example #24
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle('SUPPORT_ADMIN', "NO_PERM");
?>

<?php 
echo JText::_("YOU_DO_NOT_HAVE_PERMISSION_TO_EDIT_GROUPS");
?>


<?php 
include JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . '_powered.php';
echo FSS_Helper::PageStyleEnd();
Example #25
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
FSS_Translate_Helper::CalenderLocale();
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle('SUPPORT_ADMIN', "VIEW_SUPPORT_TICKET");
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin' . DS . 'snippet' . DS . '_tabbar.php');
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_support' . DS . 'snippet' . DS . '_supportbar.php');
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_support' . DS . 'snippet' . DS . '_ticket_notices.php');
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_support' . DS . 'snippet' . DS . '_ticket_toolbar.php');
if (FSS_Permission::auth("core.create", "com_fss.kb") || FSS_Permission::auth("core.create", "com_fss.faq")) {
    include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'admin_support' . DS . 'snippet' . DS . '_export.php');
}
Example #26
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("NO_PERM");
?>

<p class="alert alert-warning">
	<?php 
echo JText::_("YOU_DO_NOT_HAVE_PERMISSION_TO_DO_THIS");
?>
</p>

<?php 
$user = JFactory::getUser();
if ($user->id == 0) {
    ?>
	<?php 
    /*SNIP*/
    include JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'ticket' . DS . 'snippet' . DS . '_login_form.php';
}
?>

<?php 
include JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . '_powered.php';
Example #27
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>
<div class="detail-ticket">
<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("SUPPORT", "VIEW_SUPPORT_TICKET");
$st = FSS_Ticket_Helper::GetStatusByID($this->ticket['ticket_status_id']);
?>

<?php 
FSS_Translate_Helper::Tr($this->statuss);
$table_cols = FSS_Settings::get('support_info_cols_user');
$table_classes = "table table-borderless table-valign table-condensed table-narrow table-div";
if ($table_cols > 1) {
    $table_classes = "table table-borderless table-valign table-condensed table-div";
}
?>

<?php 
include $this->snippet(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'ticket' . DS . 'snippet' . DS . '_tabbar.php');
?>

<?php 
Example #28
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
echo FSS_Helper::PageTitle("KNOWLEDGE_BASE", "SEARCH_RESULTS");
?>

<script>
function ChangePage(newpage)
{
	var limitstart = document.getElementById('limitstart');
	if (!newpage)
		newpage = 0;
	limitstart.value = newpage;
	
	document.forms.searchProd.submit();
}

function ChangePageCount(newcount)
{
	var limit = document.getElementById('limit');
	if (!newcount)
Example #29
0
/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
?>

<?php 
echo FSS_Helper::PageStyle();
if (FSS_Input::getCmd('type') != "bare") {
    ?>
	<?php 
    echo FSS_Helper::PageTitle("Reports", $this->report->title);
}
?>

<?php 
if (FSS_Input::getCmd('type') == "") {
    ?>
	<div class="well well-small form-horizontal form-condensed">
		<?php 
    echo $this->report->listFilterValues();
    ?>
	</div>
<?php 
}
?>
Example #30
0
<?php

/**
 * @package Freestyle Joomla
 * @author Freestyle Joomla
 * @copyright (C) 2013 Freestyle Joomla
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
echo FSS_Helper::PageStyle();
?>

<?php 
echo FSS_Helper::PageTitle("SUPPORT", "POST_REPLY");
?>

<form id='newticket' action="<?php 
echo str_replace("&amp;", "&", FSSRoute::_('&layout=view'));
// FIX LINK
?>
" method="post"  enctype="multipart/form-data" class="form-horizontal">
<input type=hidden name='what' id='what' value='reply'>
<input type=hidden name='replytype' id='replytype' value='full'>

	
	<div class="control-group <?php 
echo $this->errors['subject'] ? 'error' : '';
?>
">
		<label class="control-label"><?php 
echo JText::_("SUBJECT");