diff --git a/include/client/header.inc.php b/include/client/header.inc.php index b99f687..89a7479 100644 --- a/include/client/header.inc.php +++ b/include/client/header.inc.php @@ -6,24 +6,24 @@ - <?=Format::htmlchars($title)?> + <?php echo Format::htmlchars($title)?>
diff --git a/include/client/login.inc.php b/include/client/login.inc.php index 591f834..6281c67 100644 --- a/include/client/login.inc.php +++ b/include/client/login.inc.php @@ -5,21 +5,21 @@ $t=Format::input($_POST['lticket']?$_POST['lticket']:$_GET['t']); ?>
- -

- -

- + +

+ +

+

translate('TEXT_LOGIN_VIEW_STATUS_OF_TICKET');?>;

- +
- - + +
translate('LABEL_EMAIL'); ?>:translate('LABEL_TICKET_ID')?>:translate('LABEL_EMAIL'); ?>:translate('LABEL_TICKET_ID')?>:
diff --git a/include/client/open.inc.php b/include/client/open.inc.php index 57c3f54..2e4d0d4 100644 --- a/include/client/open.inc.php +++ b/include/client/open.inc.php @@ -4,13 +4,13 @@ $info=($_POST && $errors)?Format::input($_POST):($_GET ? Format::input($_GET) : array()); //on error...use the post data or use get data if available to prefill fields ?>
- +

- +

- +

- +
translate('TEXT_PLEASE_FILL_FORM_NEW_TICKET')?>

@@ -18,29 +18,29 @@ translate('LABEL_FULL_NAME')?>: - getName())) { + getName())) { ?> - + - +   translate('LABEL_EMAIL_ADDRESS')?>: - getEmail())) { + getEmail())) { ?> - + - +   - getName())) { ?> + getName())) { ?>
translate('TEXT_NOT_THIS_USER')?> - + @@ -55,12 +55,12 @@ @@ -77,10 +77,10 @@ translate('LABEL_MESSAGE')?>: -  
+  
- allowPriorityChange() ) { $sql='SELECT priority_id,priority_desc FROM '.TICKET_PRIORITY_TABLE.' WHERE ispublic=1 ORDER BY priority_urgency DESC'; if(($priorities=db_query($sql)) && db_num_rows($priorities)){ ?> @@ -88,18 +88,18 @@ translate('LABEL_PRIORITY')?>: - - allowOnlineAttachments() && !$cfg->allowAttachmentsOnlogin()) + allowOnlineAttachments() && !$cfg->allowAttachmentsOnlogin()) || ($cfg->allowAttachmentsOnlogin() && ($thisclient && $thisclient->isValid()))){ ?> @@ -109,8 +109,8 @@   - - enableCaptcha() && (!$thisclient || !$thisclient->isValid())) { + + enableCaptcha() && (!$thisclient || !$thisclient->isValid())) { if($_POST && $errors && !$errors['captcha']) $errors['captcha']='Please re-enter the text again'; ?> @@ -121,7 +121,7 @@   - +   diff --git a/include/client/thankyou.inc.php b/include/client/thankyou.inc.php index c9d0f0a..4722ff0 100644 --- a/include/client/thankyou.inc.php +++ b/include/client/thankyou.inc.php @@ -4,24 +4,24 @@ //Please customize the message below to fit your organization speak! ?>
- -

- -

- -

- + +

+ +

+ +

+
- getName())?>,
-

translate('TEXT_THANKS_NEW_TICKET')?>

+ getName())?>,
+

translate('TEXT_THANKS_NEW_TICKET')?>

- autoRespONNewTicket()){ ?> -

translate('TEXT_NEW_TICKET_AUTO_RESPONSE',$ticket->getEmail())?> + autoRespONNewTicket()){ ?> +

translate('TEXT_NEW_TICKET_AUTO_RESPONSE',$ticket->getEmail())?>

- -

translate('TEXT_SUPPORT_TEAM')?>

+ +

translate('TEXT_SUPPORT_TEAM')?>

- diff --git a/include/client/tickets.inc.php b/include/client/tickets.inc.php index c3e2966..5e10ef4 100644 --- a/include/client/tickets.inc.php +++ b/include/client/tickets.inc.php @@ -66,22 +66,22 @@ $negorder=$order=='DESC'?'ASC':'DESC'; //Negate the sorting.. ?>
- -

- -

- -

- + +

+ +

+ +

+
- +
     - <?= $trl->translate('TEXT_VIEW_OPEN')?> - <?= $trl->translate('TEXT_VIEW_CLOSED')?> - <?= $trl->translate('TEXT_REFRESH')?> + <?php echo  $trl->translate('TEXT_VIEW_OPEN')?> + <?php echo  $trl->translate('TEXT_VIEW_CLOSED')?> + <?php echo  $trl->translate('TEXT_REFRESH')?>
@@ -90,16 +90,16 @@ + translate('LABEL_TICKET_NUMBER')?> - - + translate('LABEL_CREATE_DATE')?> + + - + translate('LABEL_DEPARTMENT')?> + - $ticketID"; } ?> - - - - - - - + + + + + + + - - - "> +
- translate('LABEL_TICKET_NUMBER')?> - translate('LABEL_CREATE_DATE')?>translate('LABEL_TICKET_STATUS')?>translate('LABEL_SUBJECT')?>translate('LABEL_TICKET_STATUS')?>translate('LABEL_SUBJECT')?> - translate('LABEL_DEPARTMENT')?>translate('LABEL_EMAIL')?>translate('LABEL_EMAIL')?>
- -     -   ":''?>  
+ +     +   ":''?>  
translate('TEXT_NO_TICKETS_FOUND')?>
translate('TEXT_NO_TICKETS_FOUND')?>
- 0 && $pageNav->getNumPages()>1){ //if we actually had any tickets returned?> - page:getPageLinks()?>  - + page:getPageLinks()?>  +
-getEmail(),$ticket->getEmail())) die($trl->translate("TEXT_ACCESS_DENIED")); -$info=($_POST && $errors)?Format::input($_POST):array(); //Re-use the post info on error...savekeyboards.org +$info=($_POST && $errors)?Format::input($_POST):array(); //Re-use the post info on error...savekeyboards.org $dept = $ticket->getDept(); //Making sure we don't leak out internal dept names @@ -11,56 +11,56 @@ //We roll like that... ?> - +
translate('TEXT_TICKET_NUMBER')?> getExtId()?> -   
translate('TEXT_TICKET_NUMBER')?> getExtId()?> +   
- - + + - - + + - - + +
translate('LABEL_TICKET_NUMBER')?>:getStatus()?>translate('LABEL_TICKET_NUMBER')?>:getStatus()?>
translate('LABEL_DEPARTMENT')?>:getName())?>translate('LABEL_DEPARTMENT')?>:getName())?>
translate('LABEL_CREATE_DATE')?>:getCreateDate())?>translate('LABEL_CREATE_DATE')?>:getCreateDate())?>
- - + + - - + + - - + +
translate('LABEL_NAME')?>:getName())?>translate('LABEL_NAME')?>:getName())?>
translate('LABEL_EMAIL')?>:getEmail()?>translate('LABEL_EMAIL')?>:getEmail()?>
translate('LABEL_PHONE')?>:getPhoneNumber())?>translate('LABEL_PHONE')?>:getPhoneNumber())?>
-
translate('LABEL_SUBJECT')?>: getSubject())?>
+
translate('LABEL_SUBJECT')?>: getSubject())?>
- -

- -

- + +

+ +

+

- translate('TEXT_TICKET_THREAD')?> + translate('TEXT_TICKET_THREAD')?>
- - - 0){ ?> - - + + 0){ ?> + + - +
getAttachmentStr($msg_row['msg_id'],'M')?>
getAttachmentStr($msg_row['msg_id'],'M')?>
- - - 0){ ?> + + 0){ ?> - + - + - +
 - 
 - 
getAttachmentStr($respID,'R')?>
getAttachmentStr($respID,'R')?>
-
- -

- -

- + +

+ +

+
- isClosed()) {?> -
translate('TEXT_TICKET_WILL_REOPEN_NEW_POST')?>
- - - - + isClosed()) {?> +
translate('TEXT_TICKET_WILL_REOPEN_NEW_POST')?>
+ + + +
- translate('TEXT_ENTER_MESSAGE')?>
- + translate('TEXT_ENTER_MESSAGE')?>
+
- allowOnlineAttachments()) {?> + allowOnlineAttachments()) {?>
- translate('TEXT_ATTACH_FILE')?>
-   + translate('TEXT_ATTACH_FILE')?>
+  
- +
- ' /> - ' /> - ' onClick='window.location.href="view.php"' /> + ' /> + ' /> + ' onClick='window.location.href="view.php"' />
diff --git a/include/pear/Mail/mimeDecode.php b/include/pear/Mail/mimeDecode.php index 1a004a8..b264683 100644 --- a/include/pear/Mail/mimeDecode.php +++ b/include/pear/Mail/mimeDecode.php @@ -762,7 +762,7 @@ function getSendArray() function getXML($input) { $crlf = "\r\n"; - $output = '' . $crlf . + $output = '' . $crlf . '' . $crlf . '' . $crlf . Mail_mimeDecode::_getXML($input) . diff --git a/include/staff/api.inc.php b/include/staff/api.inc.php index eeb2872..a91d389 100644 --- a/include/staff/api.inc.php +++ b/include/staff/api.inc.php @@ -35,7 +35,7 @@ ?>
API Keys

-
+
@@ -48,9 +48,9 @@ + Created - - + - - - + + + + - - - "> +
Active   IP Address    - Created
- + onClick="highLight(this.value,this.checked);"> -  Yes':'No'?>   Yes':'No'?>  
Query returned 0 results  Index list
Query returned 0 results  Index list
- 0): //Show options.. ?> @@ -104,13 +104,13 @@    - +    - @@ -119,12 +119,12 @@
Add New IP

- Add a new IP address.   + Add a new IP address.  
New IP: - +      
@@ -138,8 +138,8 @@ Phrase: - -    + +      

diff --git a/include/staff/attachment.inc.php b/include/staff/attachment.inc.php index 3033fed..afcc026 100644 --- a/include/staff/attachment.inc.php +++ b/include/staff/attachment.inc.php @@ -19,48 +19,48 @@ Allow Attachments: - >Allow Attachments + >Allow Attachments   (Global Setting) -    +    Emailed Attachments: - > Accept emailed files -    + > Accept emailed files +    Online Attachments: - > + > Allow online attachments upload
     - > + > Authenticated users Only. (User must be logged in to upload files ) -   +   Staff Response Files: - >Email attachments to the user + >Email attachments to the user Maximum File Size: - bytes -   + bytes +   Attachment Folder: - Web user (e.g apache) must have write access to the folder.   
- + Web user (e.g apache) must have write access to the folder.   
+ - + @@ -69,7 +69,7 @@ Enter file extensions allowed separated by a comma. e.g .doc, .pdf,
To accept all files enter wildcard .*  i.e dotStar (NOT recommended). - + diff --git a/include/staff/banlist.inc.php b/include/staff/banlist.inc.php index e2c23c7..f36c466 100644 --- a/include/staff/banlist.inc.php +++ b/include/staff/banlist.inc.php @@ -56,27 +56,27 @@ $negorder=$order=='DESC'?'ASC':'DESC'; //Negate the sorting.. $showadd=($errors && $_POST['a']=='add')?true:false; ?> -