1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00

Cleaned up the Default Image Size in Media-Manager Preference area. Remove 'width=' from [img] when it matches the default size.

This commit is contained in:
Cameron
2018-01-26 15:54:54 -08:00
parent 4d3ef86bb7
commit c162981fbd
6 changed files with 63 additions and 34 deletions

View File

@@ -353,6 +353,7 @@ define("LAN_UPLOAD_CONFIRM","Any unsaved changes to this page will be lost. Cont
define("LAN_UPLOAD_777","Folder is missing or not writable, you need to CHMOD 777 the following folder before uploading:");
define("LAN_UPLOAD_SERVEROFF", "This option is disabled as file uploading is not enabled on your server");
define("LAN_WIDTH","Width");
define("LAN_HEIGHT","Height");
define("LAN_ON","On");
define("LAN_OFF", "Off");