1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

LAN optimization (#6) - Newspost

This commit is contained in:
Tijn Kuyper
2013-02-05 18:18:28 +01:00
parent 6f45a693e4
commit 6e54d14d19
2 changed files with 2 additions and 2 deletions

View File

@@ -2841,7 +2841,7 @@ class admin_newspost
</tbody>
</table>
<div class='buttons-bar center'>
".$frm->admin_button('save_prefs', NWSLAN_89, 'update')."
".$frm->admin_button('save_prefs', LAN_UPDATE, 'update')."
</div>
</fieldset>
</form>

View File

@@ -96,7 +96,7 @@ define("NWSLAN_84","Choose which visitors will see news item");
define("NWSLAN_86", "Show News-Category Footer Menu");
define("NWSLAN_87", "News Category Columns?");
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_100", "Enable Image uploading on Submit News page");
define("NWSLAN_101", "Automatic resizing of submitted image");