! Started the move from FamFamFam to Fugue icons, still some left to go [Feature ]
nas

nas commited on 2010-11-29 08:48:26
Showing 100 changed files, with 4 additions and 4 deletions.

... ...
@@ -28,7 +28,7 @@
28 28
 				'helpdesk_options' => array(
29 29
 					'label' => $txt['shd_admin_options'],
30 30
 					'file' => 'sd_source/SimpleDesk-Admin.php',
31
-					'icon' => 'shd/status.png',
31
+					'icon' => 'shd/options.png',
32 32
 					'function' => 'shd_admin_main',
33 33
 					'subsections' => array(
34 34
 						'display' => array($txt['shd_admin_options_display']),
... ...
@@ -174,7 +174,7 @@ function template_shd_admin()
174 174
 				}
175 175
 
176 176
 					echo '
177
-						<span class="smalltext">&nbsp;<img src="', $settings['default_images_url'], '/simpledesk/unresolved.png" alt="*" class="shd_tinyicon" /> ', $txt['shd_former_contributors'], '</span>
177
+						<span class="smalltext">&nbsp;<img src="', $settings['default_images_url'], '/simpledesk/update.png" alt="*" class="shd_tinyicon" /> ', $txt['shd_former_contributors'], '</span>
178 178
 					</div>
179 179
 				</div>
180 180
 				<span class="lowerframe"><span></span></span>
... ...
@@ -26,7 +26,7 @@ function template_shd_custom_field_home()
26 26
 					<table class="shd_ticketlist" cellspacing="0" width="100%">
27 27
 						<tr class="titlebg">
28 28
 							<td width="30%" colspan="2">
29
-								<img src="', $settings['default_images_url'], '/simpledesk/custom_fields.png" class="icon" alt="*" />
29
+								<img src="', $settings['default_images_url'], '/simpledesk/name.png" class="icon" alt="*" />
30 30
 								', $txt['shd_admin_custom_fields_fieldname'], '
31 31
 							</td>
32 32
 							<td colspan="2">
... ...
@@ -119,7 +119,7 @@ function template_shd_custom_field_edit()
119 119
 				</div>
120 120
 				<div class="cat_bar grid_header">
121 121
 					<h3 class="catbg">
122
-						<img src="', $settings['default_images_url'], '/simpledesk/description.png" alt="*" />
122
+						<img src="', $settings['default_images_url'], '/simpledesk/name.png" alt="*" />
123 123
 						', $txt['shd_admin_custom_fields_general'], '
124 124
 					</h3>
125 125
 				</div>
126 126