Bläddra i källkod

Device: List view updates.

Nate 5 år sedan
förälder
incheckning
7afe500c9d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      contacts.php

+ 1 - 1
contacts.php

@@ -263,7 +263,7 @@
 		echo 	"<span style='margin-left: 15px;'>".$paging_controls_mini."</span>";
 	}
 	if (permission_exists('contact_add')) {
-		echo button::create(['type'=>'button','label'=>$text['button-import'],'icon'=>'file-import','link'=>'contact_import.php','style'=>'margin-left: 15px;']);
+		echo button::create(['type'=>'button','label'=>$text['button-import'],'icon'=>$_SESSION['theme']['button_icon_import'],'link'=>'contact_import.php','style'=>'margin-left: 15px;']);
 	}
 	echo "		</form>\n";
 	echo "	</div>\n";