don't link to index.php on sql-error but rather to the page before the error
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<a href="index.php" title="Click here to go back">Go to index</a>
|
<a href="javascript:history.go(-1)" title="Click here to go back">Go back</a>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
2
templates/Sparkle/misc/dberrornice.tpl
vendored
2
templates/Sparkle/misc/dberrornice.tpl
vendored
@@ -35,7 +35,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<aside class="right">
|
<aside class="right">
|
||||||
<a href="index.php" title="Click here to go back">Go to index</a>
|
<a href="javascript:history.go(-1)" title="Click here to go back">Go back</a>
|
||||||
</aside>
|
</aside>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user