cronjobs

That is what the "Prevent Email" button is for.
 
On the same page where you create the cron job.
 

Attachments

  • Image1.jpg
    Image1.jpg
    234.7 KB · Views: 119
can you past to me your user/cronjobs.html

i try to add this :

<script language="Javascript">
<!--
function preventEmail()
{
with (document.info)
{
command.value = command.value + ' >/dev/null 2>&1';
prevent.disabled = true;
}
}
// -->
</script>

but im not sure where put it on user/cronjobs.html
because its not working..
 
I don't know what file you are talking about or the javascript you have pasted here.

The button I am speaking about is part of the DA enhanced skin.
 
First of all it is not my skin. Its DirectAdmin's skin. And the code you have pasted is already included in the DirectAdmin skin. The code is for people who develop their own skins. Are you trying to add the code to a skin you have developed?
 
You probably should learn to do some basic web design before developing your own skin.
 
Back
Top