Replaced all gif with png...that breaks everything with 2.0...
emanuele

emanuele commited on 2012-10-25 06:16:53
Showing 14 changed files, with 43 additions and 43 deletions.


Signed-off-by: emanuele <emanuele45@gmail.com>
... ...
@@ -337,8 +337,8 @@ function shd_list_get_num_files($browse_type)
337 337
 		<operation>
338 338
 			<search position="before"><![CDATA[$txt['attachment_manager_thumbs'], ']]></search>
339 339
 			<add><![CDATA[', (empty($GLOBALS['modSettings']['helpdesk_active']) ? '' : '</a> |
340
-				<a href="' . $scripturl . '?action=admin;area=manageattachments;sa=browse;shd_attach">' . ($context['browse_type'] == 'shd_attach' ? '<img src="' . $settings['images_url'] . '/selected.gif" alt="&gt;" border="0" /> ' : '') .  $txt['attachment_manager_shd_attach'] . '</a> |
341
-				<a href="' . $scripturl . '?action=admin;area=manageattachments;sa=browse;shd_thumb">' . ($context['browse_type'] == 'shd_thumb' ? '<img src="' . $settings['images_url'] . '/selected.gif" alt="&gt;" border="0" /> ' : '') . $txt['attachment_manager_shd_thumb']), ']]></add>
340
+				<a href="' . $scripturl . '?action=admin;area=manageattachments;sa=browse;shd_attach">' . ($context['browse_type'] == 'shd_attach' ? '<img src="' . $settings['images_url'] . '/selected.png" alt="&gt;" border="0" /> ' : '') .  $txt['attachment_manager_shd_attach'] . '</a> |
341
+				<a href="' . $scripturl . '?action=admin;area=manageattachments;sa=browse;shd_thumb">' . ($context['browse_type'] == 'shd_thumb' ? '<img src="' . $settings['images_url'] . '/selected.png" alt="&gt;" border="0" /> ' : '') . $txt['attachment_manager_shd_thumb']), ']]></add>
342 342
 		</operation>
343 343
 	</file>
344 344
 
... ...
@@ -55,7 +55,7 @@
55 55
 
56 56
 			if ($package['is_installed'] && !$package['is_newer'])
57 57
 				echo '
58
-					<img src="', $settings['images_url'], '/icons/package_', $package['is_current'] ? 'installed' : 'old', '.gif" alt="" align="middle" style="margin-left: 2ex;" />';
58
+					<img src="', $settings['images_url'], '/icons/package_', $package['is_current'] ? 'installed' : 'old', '.png" alt="" align="middle" style="margin-left: 2ex;" />';
59 59
 
60 60
 			echo '
61 61
 				</td>
... ...
@@ -47,7 +47,7 @@ function shd_stats_hdadmininfo(&$subactions)
47 47
 
48 48
 	$subactions['stats'] = array(
49 49
 		'function' => 'shd_stats_source',
50
-		'icon' => '../reports.gif',
50
+		'icon' => '../reports.png',
51 51
 		'title' => $txt['shdp_stats']
52 52
 	);
53 53
 
... ...
@@ -55,7 +55,7 @@ $txt['closed_tickets'] = 'Closed Tickets';
55 55
 		<div class="title_bar">
56 56
 			<h4 class="titlebg">
57 57
 				<span class="ie6_header floatleft">
58
-					<img src="', $settings['images_url'], '/stats_info.gif" class="icon" alt="" /> ', $txt['general_stats'], '
58
+					<img src="', $settings['images_url'], '/stats_info.png" class="icon" alt="" /> ', $txt['general_stats'], '
59 59
 				</span>
60 60
 			</h4>
61 61
 		</div>
... ...
@@ -115,7 +115,7 @@ $txt['closed_tickets'] = 'Closed Tickets';
115 115
 		<div class="title_bar">
116 116
 			<h4 class="titlebg">
117 117
 				<span class="ie6_header floatleft">
118
-					<img src="', $settings['images_url'], '/stats_posters.gif" class="icon" alt="" /> ', $txt['urgency_stats'], '
118
+					<img src="', $settings['images_url'], '/stats_posters.png" class="icon" alt="" /> ', $txt['urgency_stats'], '
119 119
 				</span>
120 120
 			</h4>
121 121
 		</div>
... ...
@@ -160,7 +160,7 @@ $txt['closed_tickets'] = 'Closed Tickets';
160 160
 		<div class="cat_bar">
161 161
 			<h3 class="catbg">
162 162
 				<span class="ie6_header floatleft">
163
-					<img src="', $settings['images_url'], '/stats_history.gif" class="icon" alt="" /> ', $txt['ticket_history'], '
163
+					<img src="', $settings['images_url'], '/stats_history.png" class="icon" alt="" /> ', $txt['ticket_history'], '
164 164
 				</span>
165 165
 			</h3>
166 166
 		</div>
... ...
@@ -272,8 +272,8 @@ function shd_ajax_urgency()
272 272
 		);
273 273
 
274 274
 		$array = array(
275
-			'increase' => '<a id="urglink_increase" href="' . $scripturl . '?action=helpdesk;sa=urgencychange;ticket=' . $context['ticket_id'] . ';change=increase;' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . $txt['shd_urgency_increase'] . '"><img src="' . $settings['images_url'] . '/sort_up.gif" width="9px" alt="' . $txt['shd_urgency_increase'] . '" /></a>',
276
-			'decrease' => '<a id="urglink_decrease" href="' . $scripturl . '?action=helpdesk;sa=urgencychange;ticket=' . $context['ticket_id'] . ';change=decrease;' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . $txt['shd_urgency_decrease'] . '"><img src="' . $settings['images_url'] . '/sort_down.gif" width="9px" alt="' . $txt['shd_urgency_decrease'] . '" /></a>',
275
+			'increase' => '<a id="urglink_increase" href="' . $scripturl . '?action=helpdesk;sa=urgencychange;ticket=' . $context['ticket_id'] . ';change=increase;' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . $txt['shd_urgency_increase'] . '"><img src="' . $settings['images_url'] . '/sort_up.png" width="9px" alt="' . $txt['shd_urgency_increase'] . '" /></a>',
276
+			'decrease' => '<a id="urglink_decrease" href="' . $scripturl . '?action=helpdesk;sa=urgencychange;ticket=' . $context['ticket_id'] . ';change=decrease;' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . $txt['shd_urgency_decrease'] . '"><img src="' . $settings['images_url'] . '/sort_down.png" width="9px" alt="' . $txt['shd_urgency_decrease'] . '" /></a>',
277 277
 		);
278 278
 
279 279
 		foreach ($new_options as $button => $can)
... ...
@@ -732,8 +732,8 @@ function shd_view_ticket()
732 732
 		sImagesUrl: "' . $settings['images_url'] . '",
733 733
 		sContainerId: "quickReplyOptions",
734 734
 		sImageId: "quickReplyExpand",
735
-		sImageCollapsed: "collapse.gif",
736
-		sImageExpanded: "expand.gif",
735
+		sImageCollapsed: "collapse.png",
736
+		sImageExpanded: "expand.png",
737 737
 		sJumpAnchor: "quickreply",
738 738
 		sHeaderId: "quickreplyheader",
739 739
 		sFooterId: "quickreplyfooter"
... ...
@@ -744,8 +744,8 @@ function shd_view_ticket()
744 744
 		sImagesUrl: "' . $settings['images_url'] . '",
745 745
 		sContainerId: "additional_info",
746 746
 		sImageId: "shd_custom_fields_swap",
747
-		sImageCollapsed: "collapse.gif",
748
-		sImageExpanded: "expand.gif",
747
+		sImageCollapsed: "collapse.png",
748
+		sImageExpanded: "expand.png",
749 749
 		sHeaderId: "additionalinfoheader",
750 750
 		sFooterId: "additional_info_footer",
751 751
 	});';
... ...
@@ -1425,8 +1425,8 @@ function shd_setup_replies($first_msg)
1425 1425
 				sImagesUrl: "' . $settings['images_url'] . '",
1426 1426
 				sContainerId: "quickReplyOptions",
1427 1427
 				sImageId: "quickReplyExpand",
1428
-				sImageCollapsed: "collapse.gif",
1429
-				sImageExpanded: "expand.gif",
1428
+				sImageCollapsed: "collapse.png",
1429
+				sImageExpanded: "expand.png",
1430 1430
 				sJumpAnchor: "quickreply",
1431 1431
 				sHeaderId: "quickreplyheader",
1432 1432
 				sFooterId: "quickreplyfooter"
... ...
@@ -108,7 +108,7 @@ function shd_add_to_boardindex(&$boardIndexOptions, &$categories)
108 108
 				'is_collapsed' => isset($this_cat['can_collapse']) && $this_cat['can_collapse'] == 1 && $this_cat['is_collapsed'] > 0,
109 109
 				'can_collapse' => isset($this_cat['can_collapse']) && $this_cat['can_collapse'] == 1,
110 110
 				'collapse_href' => isset($this_cat['can_collapse']) ? $scripturl . '?action=collapse;c=' . $this_cat['id_cat'] . ';sa=' . ($this_cat['is_collapsed'] > 0 ? 'expand;' : 'collapse;') . $context['session_var'] . '=' . $context['session_id'] . '#c' . $this_cat['id_cat'] : '',
111
-				'collapse_image' => isset($this_cat['can_collapse']) ? '<img src="' . $settings['images_url'] . '/' . ($this_cat['is_collapsed'] > 0 ? 'expand.gif" alt="+"' : 'collapse.gif" alt="-"') . ' />' : '',
111
+				'collapse_image' => isset($this_cat['can_collapse']) ? '<img src="' . $settings['images_url'] . '/' . ($this_cat['is_collapsed'] > 0 ? 'expand.png" alt="+"' : 'collapse.png" alt="-"') . ' />' : '',
112 112
 				'href' => $scripturl . '#c' . $this_cat['id_cat'],
113 113
 				'boards' => array(),
114 114
 				'new' => false,
... ...
@@ -45,7 +45,7 @@ function template_shd_admin()
45 45
 					<h3 class="catbg">
46 46
 						<img src="', $settings['default_images_url'], '/simpledesk/live.png" alt="*" />
47 47
 						', $txt['shd_live_from'], '
48
-						<span class="righttext"><a href="', $scripturl, '?action=helpadmin;help=shd_admin_help_live" onclick="return reqWin(this.href);"><img src="', $settings['images_url'], '/helptopics.gif" alt="', $txt['help'], '" /></a></span>
48
+						<span class="righttext"><a href="', $scripturl, '?action=helpadmin;help=shd_admin_help_live" onclick="return reqWin(this.href);"><img src="', $settings['images_url'], '/helptopics.png" alt="', $txt['help'], '" /></a></span>
49 49
 					</h3>
50 50
 				</div>
51 51
 				<div class="windowbg">
... ...
@@ -65,7 +65,7 @@ function template_shd_admin()
65 65
 					<h3 class="catbg">
66 66
 						<img src="', $settings['default_images_url'], '/simpledesk/modification.png" alt="*" />
67 67
 						', $txt['shd_mod_information'], '
68
-						<span class="righttext"><a href="', $scripturl, '?action=helpadmin;help=shd_admin_help_modification" onclick="return reqWin(this.href);"><img src="', $settings['images_url'], '/helptopics.gif" alt="', $txt['help'], '" /></a></span>
68
+						<span class="righttext"><a href="', $scripturl, '?action=helpadmin;help=shd_admin_help_modification" onclick="return reqWin(this.href);"><img src="', $settings['images_url'], '/helptopics.png" alt="', $txt['help'], '" /></a></span>
69 69
 					</h3>
70 70
 				</div>
71 71
 				<div class="windowbg">
... ...
@@ -117,7 +117,7 @@ function template_shd_admin()
117 117
 				<h3 class="titlebg sd_no_margin">
118 118
 					<img src="', $settings['default_images_url'], '/simpledesk/credits.png" alt="*" />
119 119
 					', $txt['shd_credits'], '
120
-					<span class="righttext"><a href="', $scripturl, '?action=helpadmin;help=shd_admin_help_credits" onclick="return reqWin(this.href);"><img src="', $settings['images_url'], '/helptopics.gif" alt="', $txt['help'], '" /></a></span>
120
+					<span class="righttext"><a href="', $scripturl, '?action=helpadmin;help=shd_admin_help_credits" onclick="return reqWin(this.href);"><img src="', $settings['images_url'], '/helptopics.png" alt="', $txt['help'], '" /></a></span>
121 121
 				</h3>
122 122
 			</div>';
123 123
 
... ...
@@ -229,7 +229,7 @@ function template_shd_admin()
229 229
 						<h3 class="catbg">
230 230
 							<img src="' . $settings['default_images_url'] . '/simpledesk/update.png" alt="" />
231 231
 							%title%
232
-							<span class="righttext"><a href="' . $scripturl . '?action=helpadmin;help=shd_admin_help_update" onclick="return reqWin(this.href);"><img src="'. $settings['images_url'] . '/helptopics.gif" alt="' . $txt['help'] . '" /></a></span>
232
+							<span class="righttext"><a href="' . $scripturl . '?action=helpadmin;help=shd_admin_help_update" onclick="return reqWin(this.href);"><img src="'. $settings['images_url'] . '/helptopics.png" alt="' . $txt['help'] . '" /></a></span>
233 233
 						</h3>
234 234
 					</div>
235 235
 					<div class="windowbg" id="update_container">
... ...
@@ -350,7 +350,7 @@ function template_shd_show_settings()
350 350
 				echo '
351 351
 					<div class="cat_bar">
352 352
 						<h3 class="', !empty($config_var['class']) ? $config_var['class'] : 'catbg', '"', !empty($config_var['force_div_id']) ? ' id="' . $config_var['force_div_id'] . '"' : '', '>
353
-							', ($config_var['help'] ? '<a href="' . $scripturl . '?action=helpadmin;help=' . $config_var['help'] . '" onclick="return reqWin(this.href);" class="help"><img src="' . $settings['images_url'] . '/helptopics.gif" alt="' . $txt['help'] . '" /></a>' : ''), '
353
+							', ($config_var['help'] ? '<a href="' . $scripturl . '?action=helpadmin;help=' . $config_var['help'] . '" onclick="return reqWin(this.href);" class="help"><img src="' . $settings['images_url'] . '/helptopics.png" alt="' . $txt['help'] . '" /></a>' : ''), '
354 354
 							', $config_var['label'], '
355 355
 						</h3>
356 356
 					</div>';
... ...
@@ -441,7 +441,7 @@ function template_shd_show_settings()
441 441
 				// Show the [?] button.
442 442
 				if ($config_var['help'])
443 443
 					echo '
444
-							<a id="setting_', $config_var['name'], '" href="', $scripturl, '?action=helpadmin;help=', $config_var['help'], '" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.gif" alt="', $txt['help'], '" border="0" /></a><span', ($config_var['disabled'] ? ' class="disabled"' : ($config_var['invalid'] ? ' class="error"' : '')), '><label id="label_', $config_var['name'], '" for="', $config_var['name'], '">', $config_var['label'], '</label>', $subtext, ($config_var['type'] == 'password' ? '<br /><em>' . $txt['admin_confirm_password'] . '</em>' : ''), '</span>
444
+							<a id="setting_', $config_var['name'], '" href="', $scripturl, '?action=helpadmin;help=', $config_var['help'], '" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" alt="', $txt['help'], '" border="0" /></a><span', ($config_var['disabled'] ? ' class="disabled"' : ($config_var['invalid'] ? ' class="error"' : '')), '><label id="label_', $config_var['name'], '" for="', $config_var['name'], '">', $config_var['label'], '</label>', $subtext, ($config_var['type'] == 'password' ? '<br /><em>' . $txt['admin_confirm_password'] . '</em>' : ''), '</span>
445 445
 						</dt>';
446 446
 				else
447 447
 					echo '
... ...
@@ -602,35 +602,35 @@ function template_shd_action_log()
602 602
 								<a href="', $scripturl, '?action=admin;area=helpdesk_info;sa=actionlog', $context['sort'] == $sort_types['action'] && !isset($_REQUEST['asc']) ? ';sort=action;asc' : ';sort=action', '">
603 603
 									', $txt['shd_admin_actionlog_action'], '
604 604
 								</a>
605
-								', ($context['sort'] == $sort_types['action'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.gif' : 'sort_down.gif' ). '" alt="" />' : ''), '
605
+								', ($context['sort'] == $sort_types['action'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.png' : 'sort_down.png' ). '" alt="" />' : ''), '
606 606
 							</td>
607 607
 							<td width="20%">
608 608
 								<img src="', $settings['default_images_url'], '/simpledesk/time.png" class="shd_smallicon" alt="" />
609 609
 								<a href="', $scripturl, '?action=admin;area=helpdesk_info;sa=actionlog', $context['sort'] == $sort_types['time'] && !isset($_REQUEST['asc']) ? ';sort=time;asc' : ';sort=time', '">
610 610
 									', $txt['shd_admin_actionlog_date'], '
611 611
 								</a>
612
-								', ($context['sort'] == $sort_types['time'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.gif' : 'sort_down.gif' ). '" alt="" />' : ''), '
612
+								', ($context['sort'] == $sort_types['time'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.png' : 'sort_down.png' ). '" alt="" />' : ''), '
613 613
 							</td>
614 614
 							<td width="16%">
615 615
 								<img src="', $settings['default_images_url'], '/simpledesk/user.png" class="shd_smallicon" alt="" />
616 616
 								<a href="', $scripturl, '?action=admin;area=helpdesk_info;sa=actionlog', $context['sort'] == $sort_types['member'] && !isset($_REQUEST['asc']) ? ';sort=member;asc' : ';sort=member', '">
617 617
 									', $txt['shd_admin_actionlog_member'], '
618 618
 								</a>
619
-								', ($context['sort'] == $sort_types['member'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.gif' : 'sort_down.gif' ). '" alt="" />' : ''), '
619
+								', ($context['sort'] == $sort_types['member'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.png' : 'sort_down.png' ). '" alt="" />' : ''), '
620 620
 							</td>
621 621
 							<td width="16%">
622 622
 								<img src="', $settings['default_images_url'], '/simpledesk/position.png" class="shd_smallicon" alt="" />
623 623
 								<a href="', $scripturl, '?action=admin;area=helpdesk_info;sa=actionlog', $context['sort'] == $sort_types['position'] && !isset($_REQUEST['asc']) ? ';sort=position;asc' : ';sort=position', '">
624 624
 									', $txt['shd_admin_actionlog_position'], '
625 625
 								</a>
626
-								', ($context['sort'] == $sort_types['position'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.gif' : 'sort_down.gif' ). '" alt="" />' : ''), '
626
+								', ($context['sort'] == $sort_types['position'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.png' : 'sort_down.png' ). '" alt="" />' : ''), '
627 627
 							</td>
628 628
 							<td width="10%">
629 629
 								<img src="', $settings['default_images_url'], '/simpledesk/ip.png" class="shd_smallicon" alt="" />
630 630
 								<a href="', $scripturl, '?action=admin;area=helpdesk_info;sa=actionlog', $context['sort'] == $sort_types['ip'] && !isset($_REQUEST['asc']) ? ';sort=ip;asc' : ';sort=ip', '">
631 631
 									', $txt['shd_admin_actionlog_ip'], '
632 632
 								</a>
633
-								', ($context['sort'] == $sort_types['ip'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.gif' : 'sort_down.gif' ). '" alt="" />' : ''), '
633
+								', ($context['sort'] == $sort_types['ip'] ? '<img src="' . $settings['default_images_url'] . '/' . (isset($_REQUEST['asc']) ? 'sort_up.png' : 'sort_down.png' ). '" alt="" />' : ''), '
634 634
 							</td>
635 635
 							<td width="2%">&nbsp;</td>
636 636
 						</tr>';
... ...
@@ -713,7 +713,7 @@ function template_shd_support()
713 713
 		<div class="tborder">
714 714
 			<div class="title_bar grid_header">
715 715
 				<h3 class="titlebg sd_no_margin">
716
-					<img src="', $settings['images_url'], '/helptopics.gif" alt="?" /> ', $txt['shd_admin_support_what_is_this'], '
716
+					<img src="', $settings['images_url'], '/helptopics.png" alt="?" /> ', $txt['shd_admin_support_what_is_this'], '
717 717
 				</h3>
718 718
 			</div>
719 719
 			<div class="windowbg2">
... ...
@@ -326,7 +326,7 @@ function template_shd_admin_maint_search()
326 326
 							<input type="text" class="input_text" name="shd_search_max_size" size="4" value="', $modSettings['shd_search_max_size'], '" />
327 327
 						</dd>
328 328
 						<dt>
329
-							<a id="setting_shd_search_prefix_size" href="', $scripturl, '?action=helpadmin;help=shd_search_prefix_size_help" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.gif" class="icon" alt="?"></a>
329
+							<a id="setting_shd_search_prefix_size" href="', $scripturl, '?action=helpadmin;help=shd_search_prefix_size_help" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="?"></a>
330 330
 							<span>', $txt['shd_search_prefix_size'], '</span>
331 331
 						</dt>
332 332
 						<dd>
... ...
@@ -299,14 +299,14 @@ function template_shd_edit_role()
299 299
 						document.getElementById("permheader_" + block).setAttribute("class", "cat_bar grid_header");
300 300
 						document.getElementById("permcontent_" + block).style.display = "";
301 301
 						document.getElementById("permfooter_" + block).style.display = "";
302
-						document.getElementById("permexpandicon_" + block).src = ', JavaScriptEscape($settings['images_url'] . '/collapse.gif'), ';
302
+						document.getElementById("permexpandicon_" + block).src = ', JavaScriptEscape($settings['images_url'] . '/collapse.png'), ';
303 303
 					}
304 304
 					else
305 305
 					{
306 306
 						document.getElementById("permheader_" + block).setAttribute("class", "cat_bar");
307 307
 						document.getElementById("permcontent_" + block).style.display = "none";
308 308
 						document.getElementById("permfooter_" + block).style.display = "none";
309
-						document.getElementById("permexpandicon_" + block).src = ', JavaScriptEscape($settings['images_url'] . '/expand.gif'), ';
309
+						document.getElementById("permexpandicon_" + block).src = ', JavaScriptEscape($settings['images_url'] . '/expand.png'), ';
310 310
 					}
311 311
 					document.getElementById("permexpandicon_" + block).style.display = "";
312 312
 				}
... ...
@@ -362,7 +362,7 @@ function template_shd_edit_role()
362 362
 							<h3 class="catbg">
363 363
 								<span class="floatright">
364 364
 									<a class="permcollapse" href="#" onclick="shd_toggleblock(\'', $rowitem, '\'); return false;">
365
-										<img src="', $settings['images_url'], '/expand.gif" id="permexpandicon_', $rowitem, '" style="display:none;" />
365
+										<img src="', $settings['images_url'], '/expand.png" id="permexpandicon_', $rowitem, '" style="display:none;" />
366 366
 									</a>
367 367
 								</span>
368 368
 								<img src="', $settings['default_images_url'], '/simpledesk/', $rowicon, '" alt="*" />
... ...
@@ -93,8 +93,8 @@ function template_viewticket()
93 93
 									<dl>
94 94
 										<dt><img src="', $settings['default_images_url'], '/simpledesk/urgency.png" alt="" class="shd_smallicon" /> ', $txt['shd_ticket_urgency'], ':</dt>
95 95
 										<dd><span id="urgency">', $context['ticket']['urgency']['label'], '</span>
96
-											<span id="urgency_increase">', (!empty($context['ticket']['urgency']['increase']) ? '<a id="urglink_increase" href="' . $scripturl . '?action=helpdesk;sa=urgencychange;ticket=' . $context['ticket']['id'] . ';change=increase;' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . $txt['shd_urgency_increase'] . '"><img src="' . $settings['images_url'] . '/sort_up.gif" width="9px" alt="' . $txt['shd_urgency_increase'] . '" /></a>' : ''), '</span>
97
-											<span id="urgency_decrease">', (!empty($context['ticket']['urgency']['decrease']) ? '<a id="urglink_decrease" href="' . $scripturl . '?action=helpdesk;sa=urgencychange;ticket=' . $context['ticket']['id'] . ';change=decrease;' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . $txt['shd_urgency_decrease'] . '"><img src="' . $settings['images_url'] . '/sort_down.gif" width="9px" alt="' . $txt['shd_urgency_decrease'] . '" /></a>' : ''), '</span>
96
+											<span id="urgency_increase">', (!empty($context['ticket']['urgency']['increase']) ? '<a id="urglink_increase" href="' . $scripturl . '?action=helpdesk;sa=urgencychange;ticket=' . $context['ticket']['id'] . ';change=increase;' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . $txt['shd_urgency_increase'] . '"><img src="' . $settings['images_url'] . '/sort_up.png" width="9px" alt="' . $txt['shd_urgency_increase'] . '" /></a>' : ''), '</span>
97
+											<span id="urgency_decrease">', (!empty($context['ticket']['urgency']['decrease']) ? '<a id="urglink_decrease" href="' . $scripturl . '?action=helpdesk;sa=urgencychange;ticket=' . $context['ticket']['id'] . ';change=decrease;' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . $txt['shd_urgency_decrease'] . '"><img src="' . $settings['images_url'] . '/sort_down.png" width="9px" alt="' . $txt['shd_urgency_decrease'] . '" /></a>' : ''), '</span>
98 98
 										</dd>
99 99
 									</dl>
100 100
 								</li>
... ...
@@ -630,7 +630,7 @@ function template_additional_fields()
630 630
 				<div class="tborder">
631 631
 					<div class="title_bar grid_header" id="additionalinfoheader">
632 632
 						<h3 class="titlebg">
633
-							<span class="floatright"><a href="javascript:oCustomFields.infoswap();"><img src="', $settings['images_url'], '/collapse.gif" alt="+" id="shd_custom_fields_swap" class="icon" /></a></span>
633
+							<span class="floatright"><a href="javascript:oCustomFields.infoswap();"><img src="', $settings['images_url'], '/collapse.png" alt="+" id="shd_custom_fields_swap" class="icon" /></a></span>
634 634
 							<img src="', $settings['default_images_url'], '/simpledesk/additional_information.png" alt="x" />
635 635
 							<a href="javascript:oCustomFields.infoswap();">', $txt['shd_ticket_additional_information'], '</a>
636 636
 						</h3>
... ...
@@ -701,7 +701,7 @@ function template_quickreply()
701 701
 		<div class="tborder">
702 702
 			<div class="title_bar', $options['display_quick_reply'] == 2 ? ' grid_header' : '', '" id="quickreplyheader">
703 703
 				<h3 class="titlebg">
704
-					<span class="floatright"><a href="#" onclick="oQuickReply.swap(); return false;"><img src="', $settings['images_url'], '/', $options['display_quick_reply'] == 2 ? 'collapse' : 'expand', '.gif" alt="+" id="quickReplyExpand" class="icon" style="display:none;" /></a></span>
704
+					<span class="floatright"><a href="#" onclick="oQuickReply.swap(); return false;"><img src="', $settings['images_url'], '/', $options['display_quick_reply'] == 2 ? 'collapse' : 'expand', '.png" alt="+" id="quickReplyExpand" class="icon" style="display:none;" /></a></span>
705 705
 					<img src="', $settings['default_images_url'], '/simpledesk/respond.png" alt="x" />
706 706
 					<a href="', $scripturl, '?action=helpdesk;sa=reply;ticket=', $context['ticket_id'], ';num_replies=', $context['ticket']['num_replies'], ';', $context['session_var'], '=', $context['session_id'], '" onclick="oQuickReply.swap(); return false;">', $txt['shd_reply_ticket'], '</a>
707 707
 				</h3>
... ...
@@ -1066,7 +1066,7 @@ function template_ticketactionlog()
1066 1066
 				<div class="tborder">
1067 1067
 					<div class="title_bar grid_header" id="ticket_log_header">
1068 1068
 						<h3 class="titlebg">
1069
-							<span class="floatright shd_ticket_log_expand_container"> <a href="#" onclick="ActionLog.swap(); return false;"><img src="', $settings['images_url'], '/expand.gif" alt="+" id="shd_ticket_log_expand" class="icon" style="display:none;" /></a></span>
1069
+							<span class="floatright shd_ticket_log_expand_container"> <a href="#" onclick="ActionLog.swap(); return false;"><img src="', $settings['images_url'], '/expand.png" alt="+" id="shd_ticket_log_expand" class="icon" style="display:none;" /></a></span>
1070 1070
 							<img src="', $settings['default_images_url'], '/simpledesk/log.png" class="icon" alt="*" />
1071 1071
 							<a href="#" onclick="ActionLog.swap(); return false;">', $txt['shd_ticket_log'], '</a>
1072 1072
 							<span class="smalltext">(', $context['ticket_log_count'] == 1 ? $txt['shd_ticket_log_count_one'] : sprintf($txt['shd_ticket_log_count_more'], $context['ticket_log_count']), ')</span>
... ...
@@ -1126,8 +1126,8 @@ function template_ticketactionlog()
1126 1126
 					sImagesUrl: "' . $settings['images_url'] . '",
1127 1127
 					sContainerId: "ticket_log",
1128 1128
 					sImageId: "shd_ticket_log_expand",
1129
-					sImageCollapsed: "collapse.gif",
1130
-					sImageExpanded: "expand.gif",
1129
+					sImageCollapsed: "collapse.png",
1130
+					sImageExpanded: "expand.png",
1131 1131
 					sHeaderId: "ticket_log_header",
1132 1132
 				});
1133 1133
 				ActionLog.swap();
... ...
@@ -196,14 +196,14 @@ function template_shd_profile_preferences()
196 196
 						document.getElementById("prefheader_" + block).setAttribute("class", "cat_bar grid_header");
197 197
 						document.getElementById("prefgroup_" + block).style.display = "";
198 198
 						document.getElementById("preffooter_" + block).style.display = "";
199
-						document.getElementById("prefexpandicon_" + block).src = ', JavaScriptEscape($settings['images_url'] . '/collapse.gif'), ';
199
+						document.getElementById("prefexpandicon_" + block).src = ', JavaScriptEscape($settings['images_url'] . '/collapse.png'), ';
200 200
 					}
201 201
 					else
202 202
 					{
203 203
 						document.getElementById("prefheader_" + block).setAttribute("class", "cat_bar");
204 204
 						document.getElementById("prefgroup_" + block).style.display = "none";
205 205
 						document.getElementById("preffooter_" + block).style.display = "none";
206
-						document.getElementById("prefexpandicon_" + block).src = ', JavaScriptEscape($settings['images_url'] . '/expand.gif'), ';
206
+						document.getElementById("prefexpandicon_" + block).src = ', JavaScriptEscape($settings['images_url'] . '/expand.png'), ';
207 207
 					}
208 208
 					document.getElementById("prefexpandicon_" + block).style.display = "";
209 209
 				}
... ...
@@ -230,7 +230,7 @@ function template_shd_profile_preferences()
230 230
 								<h3 class="catbg">
231 231
 									<span class="floatright">
232 232
 										<a class="permcollapse" href="#" onclick="shd_toggleblock(\'', $group, '\'); return false;">
233
-											<img src="', $settings['images_url'], '/expand.gif" id="prefexpandicon_', $group, '" style="display:none;" />
233
+											<img src="', $settings['images_url'], '/expand.png" id="prefexpandicon_', $group, '" style="display:none;" />
234 234
 										</a>
235 235
 									</span>
236 236
 									<img src="', shd_image_url($details['icon']), '" class="icon" alt="*" />
... ...
@@ -618,7 +618,7 @@ function template_shd_menu_header($header, $string)
618 618
 
619 619
 	if ($context['ticket_blocks'][$context['current_block']]['sort']['item'] == $header)
620 620
 	{
621
-		$html .= '<img src="' . $settings['images_url']  . '/sort_' . ($context['ticket_blocks'][$context['current_block']]['sort']['direction'] == 'asc' ? 'down' : 'up') . '.gif" alt="" />';
621
+		$html .= '<img src="' . $settings['images_url']  . '/sort_' . ($context['ticket_blocks'][$context['current_block']]['sort']['direction'] == 'asc' ? 'down' : 'up') . '.png" alt="" />';
622 622
 	}
623 623
 
624 624
 	return $html;
625 625