Browse Source

Default Settings: Misc adjustment.

Nate 5 năm trước cách đây
mục cha
commit
200e0464e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/default_settings/default_settings.php

+ 1 - 1
core/default_settings/default_settings.php

@@ -315,7 +315,7 @@
 				echo $text['label-'.$row['default_setting_enabled']];
 			}
 			echo "	</td>\n";
-			echo "	<td class='description overflow hide-sm-dn'>".escape($row['default_setting_description'])."</td>\n";
+			echo "	<td class='description overflow hide-sm-dn' title=\"".escape($row['default_setting_description'])."\">".escape($row['default_setting_description'])."</td>\n";
 			if (permission_exists('default_setting_edit') && $_SESSION['theme']['list_row_edit_button']['boolean'] == 'true') {
 				echo "	<td class='action-button'>\n";
 				echo button::create(['type'=>'button','title'=>$text['button-edit'],'icon'=>$_SESSION['theme']['button_icon_edit'],'link'=>$list_row_url]);