- go back as many pages as we have security-questions in admin_domains.php, so we always return to the main form, fixes #332
refs #332
This commit is contained in:
@@ -9,7 +9,7 @@ $header
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="field_name_border_left">$text</td>
|
||||
<td class="field_name" nowrap="nowrap"><input type="submit" class="bottom" name="submitbutton" value="{$lng['panel']['yes']}" /> <input type="button" class="bottom" value="{$lng['panel']['no']}" onclick="history.back();" /></td>
|
||||
<td class="field_name" nowrap="nowrap"><input type="submit" class="bottom" name="submitbutton" value="{$lng['panel']['yes']}" /> <input type="button" class="bottom" value="{$lng['panel']['no']}" onclick="history.go(-{$back_nr});" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user