Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Graham Carr 277 posts 389 karma points
    Jan 22, 2015 @ 11:48
    Graham Carr
    0

    Alter default Save button

    Is there anyway of altering the default button that appears for saving pages within the Umbraco 7 CMS interface. Currently it shows Save and Publish as the default button, whereas for the website I am creating it would be more beneficial for the Save button to appear as default as the website relies heavily on the publish date functionality so that the pages are automatically published at set dates and times.

  • Sören Deger 733 posts 2844 karma points c-trib
    Jan 22, 2015 @ 11:58
    Sören Deger
    1

    Hi Graham,

    I have not tried it yet, but I think maybe you can change that in this file:

    /umbraco/views/common/dialogs/content/edit.html

    Hope this can help you.

     

    Best,

    Sören

     

  • Ashford Borough Council Dev Team 25 posts 158 karma points
    Jul 29, 2015 @ 14:38
    Ashford Borough Council Dev Team
    2

    I had a similar requirement to make the Save button the default. After some investigation this change to Umbraco/Js/umbraco.services.js did the trick. No adverse effects since.

            //This is the ideal button order but depends on circumstance, we'll use this array to create the button list
            // Publish, SendToPublish, Save
            // var buttonOrder = ["U", "H", "A"];
            var buttonOrder = ["A", "U", "H"];
    
Please Sign in or register to post replies

Write your reply to:

Draft