diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php new file mode 100644 index 0000000..7932138 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -0,0 +1,19 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG['Navigation'] = [ + 'Support' => 'Support', + 'Ticket' => 'Ticket', +]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php new file mode 100644 index 0000000..f8044e1 --- /dev/null +++ b/Theme/Backend/Lang/en.lang.php @@ -0,0 +1,60 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG['Support'] = [ + 'Account' => 'Account', + 'All' => 'All', + 'AverageProcessTime' => 'Avg. Process Time', + 'AverageAmount' => 'Average Amount', + 'Created' => 'Created', + 'Creator' => 'Creator', + 'Day' => 'Day', + 'Department' => 'Department', + 'Description' => 'Description', + 'Due' => 'Due', + 'Files' => 'Files', + 'Forwarded' => 'Forwarded', + 'From' => 'From', + 'Group' => 'Group', + 'Interval' => 'Interval', + 'InTime' => 'In Time', + 'Message' => 'Message', + 'Media' => 'Media', + 'Month' => 'Month', + 'Name' => 'Name', + 'New' => 'New', + 'Open' => 'Open', + 'Person' => 'Person', + 'Priority' => 'Priority', + 'Received' => 'Received', + 'Receiver' => 'Receiver', + 'Redirected' => 'Redirected', + 'Responsible' => 'Responsible', + 'Select' => 'Select', + 'Settings' => 'Settings', + 'Size' => 'Size', + 'Statistics' => 'Statistics', + 'Status' => 'Status', + 'Support' => 'Support', + 'Ticket' => 'Ticket', + 'Tickets' => 'Tickets', + 'Title' => 'Title', + 'To' => 'To', + 'Today' => 'Today', + 'Topic' => 'Topic', + 'Type' => 'Type', + 'Week' => 'Week', + 'Year' => 'Year', +]; diff --git a/Theme/Backend/support-list.tpl.php b/Theme/Backend/support-list.tpl.php new file mode 100644 index 0000000..41ae9d1 --- /dev/null +++ b/Theme/Backend/support-list.tpl.php @@ -0,0 +1,34 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +/** + * @var \phpOMS\Views\View $this + */ +echo $this->getData('nav')->render(); ?> + +
+ + + + + +
l11n->lang['Support']['Tickets']; ?>
l11n->lang[0]['ID']; ?> + l11n->lang['Support']['Status']; ?> + l11n->lang['Support']['Priority']; ?> + l11n->lang['Support']['Title']; ?> + l11n->lang['Support']['Responsible']; ?> +
l11n->lang[0]['Empty']; ?> +
+
diff --git a/Theme/Backend/support-settings.tpl.php b/Theme/Backend/support-settings.tpl.php new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Theme/Backend/support-settings.tpl.php @@ -0,0 +1 @@ + diff --git a/Theme/Backend/ticket-create.tpl.php b/Theme/Backend/ticket-create.tpl.php new file mode 100644 index 0000000..3fccbae --- /dev/null +++ b/Theme/Backend/ticket-create.tpl.php @@ -0,0 +1,41 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +/** + * @var \phpOMS\Views\View $this + */ +echo $this->getData('nav')->render(); ?> + +
+

l11n->lang['Support']['Ticket'] ?>

+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Theme/Backend/user-support-dashboard.tpl.php b/Theme/Backend/user-support-dashboard.tpl.php new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Theme/Backend/user-support-dashboard.tpl.php @@ -0,0 +1 @@ +