You are here:  » New job button on top of page


New job button on top of page

Submitted by wesse249 on Tue, 2015-12-15 21:43 in

Hello David,

Is is possible to place the new job button on top of the page of the autmation module?

Now i have to scroll a lot.

Submitted by support on Wed, 2015-12-16 09:17

Hello Jan,

Sure - edit admin/automation_tool.php and look for the following code at line 11:

  print "<h2>".translate("Automation Tool")."</h2>";

...and REPLACE with:

  print "<h2>".translate("Automation Tool")."</h2>";
  print "<p class='pta_to'>";
  admin_tool("New Job","automation_tool_edit.php?id=0",TRUE,FALSE);
  print "</p>";

This will give you New Job buttons top and bottom of the page...

Cheers,
David.
--
PriceTapestry.com

Submitted by stevebi on Wed, 2015-12-16 11:00

Hello,

Very useful mod.

Cheers

Steve