Browse Source

Device: List view updates.

Nate 5 years ago
parent
commit
7afe500c9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contacts.php

+ 1 - 1
contacts.php

@@ -263,7 +263,7 @@
 		echo 	"<span style='margin-left: 15px;'>".$paging_controls_mini."</span>";
 		echo 	"<span style='margin-left: 15px;'>".$paging_controls_mini."</span>";
 	}
 	}
 	if (permission_exists('contact_add')) {
 	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 "		</form>\n";
 	echo "	</div>\n";
 	echo "	</div>\n";