Просмотр исходного кода

Merge pull request #242 from Zorrototo/Zorrototo-patch-filemanager

Change Game Manager icons
OwN-3m-All 8 лет назад
Родитель
Сommit
179cf5798a
3 измененных файлов с 2 добавлено и 2 удалено
  1. BIN
      images/editconfig.png
  2. BIN
      images/filemanager.png
  3. 2 2
      modules/gamemanager/server_monitor.php

BIN
images/editconfig.png


BIN
images/filemanager.png


+ 2 - 2
modules/gamemanager/server_monitor.php

@@ -327,7 +327,7 @@ function exec_ogp_module() {
 			if ( preg_match("/f/",$server_home['access_rights']) > 0 && $litefm_installed )
 			{
 				$lite_fm = "<a class='monitorbutton' href='?m=litefm&amp;home_id=".$server_home['home_id']."'>
-					<img src='" . check_theme_image("images/txt.png") . "' title='". file_manager ."'>
+					<img src='" . check_theme_image("images/filemanager.png") . "' title='". file_manager ."'>
 					<span>". file_manager ."</span>
 				</a>";
 			}
@@ -433,7 +433,7 @@ function exec_ogp_module() {
 
 				if ($db->isModuleInstalled("editconfigfiles") && !empty($server_xml->configuration_files)) {
 					$manager .= "<a href=\"?m=editconfigfiles&home_id=".(int)$server_home['home_id']."\" class=\"monitorbutton\">
-									<img src='" . check_theme_image("images/txt.png") . "' title='". edit_configuration_files ."'>
+									<img src='" . check_theme_image("images/editconfig.png") . "' title='". edit_configuration_files ."'>
 									<span>". edit_configuration_files ."</span>
 					</a>";
 				}