mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
LAN optimization (#6) - Newspost
This commit is contained in:
@@ -2841,7 +2841,7 @@ class admin_newspost
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class='buttons-bar center'>
|
<div class='buttons-bar center'>
|
||||||
".$frm->admin_button('save_prefs', NWSLAN_89, 'update')."
|
".$frm->admin_button('save_prefs', LAN_UPDATE, 'update')."
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
@@ -96,7 +96,7 @@ define("NWSLAN_84","Choose which visitors will see news item");
|
|||||||
define("NWSLAN_86", "Show News-Category Footer Menu");
|
define("NWSLAN_86", "Show News-Category Footer Menu");
|
||||||
define("NWSLAN_87", "News Category Columns?");
|
define("NWSLAN_87", "News Category Columns?");
|
||||||
define("NWSLAN_88", "News posts to display per page?");
|
define("NWSLAN_88", "News posts to display per page?");
|
||||||
define("NWSLAN_89", "Save News Preferences");
|
//define("NWSLAN_89", "Save News Preferences");
|
||||||
define("NWSLAN_90", "News Preferences");
|
define("NWSLAN_90", "News Preferences");
|
||||||
define("NWSLAN_100", "Enable Image uploading on Submit News page");
|
define("NWSLAN_100", "Enable Image uploading on Submit News page");
|
||||||
define("NWSLAN_101", "Automatic resizing of submitted image");
|
define("NWSLAN_101", "Automatic resizing of submitted image");
|
||||||
|
Reference in New Issue
Block a user