Kaynağa Gözat

Go Back Properly

own3mall 9 yıl önce
ebeveyn
işleme
bca9cea72c
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      modules/cron/cron.php
  2. 1 1
      modules/cron/user_cron.php

+ 1 - 1
modules/cron/cron.php

@@ -501,7 +501,7 @@ function exec_ogp_module()
 		echo "<h3>". there_are_no_scheduled_jobs ."</h3>";
 	}
 ?>
-<table class='center' ><tr><td><a href='?m=administration&p=main' > << <?php echo back ?></a></td></tr></table>
+<table class='center' ><tr><td><a href='javascript:history.go(-1)' > << <?php echo back ?></a></td></tr></table>
 <script type="text/javascript">
 $(document).ready(function() 
 	{

+ 1 - 1
modules/cron/user_cron.php

@@ -426,7 +426,7 @@ function exec_ogp_module()
 	else
 		echo "<h3>". there_are_no_scheduled_jobs ."</h3>";
 ?>
-<table class='center' ><tr><td><a href='?m=administration&p=main' > << <?php echo back ?></a><?php if(!$boolShowedAdminLink && $isAdmin){ echo '&nbsp; &nbsp; | &nbsp; &nbsp; ' . '<a href="home.php?m=cron&p=cron">' . get_lang('cron_admin_link_display_text') . '</a>'; }?></td></tr></table>
+<table class='center' ><tr><td><a href='javascript:history.go(-1)' > << <?php echo back ?></a><?php if(!$boolShowedAdminLink && $isAdmin){ echo '&nbsp; &nbsp; | &nbsp; &nbsp; ' . '<a href="home.php?m=cron&p=cron">' . get_lang('cron_admin_link_display_text') . '</a>'; }?></td></tr></table>
 <script type="text/javascript">
 $(document).ready(function() 
 	{