Bug 393753 Go back to the group list is rendered inline with Yes, delete

r=vladd a=mkanat
This commit is contained in:
timeless%mozdev.org 2007-11-20 08:46:57 +00:00
Родитель aaba58a05c
Коммит cedabf48f4
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -120,10 +120,12 @@
indicated problems first before you can proceed.</b></p>
[% END %]
<p><input type="submit" id="delete" value="Yes, delete">
<input type="hidden" name="action" value="delete">
<input type="hidden" name="group" value="[% gid FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
<p>
<input type="submit" id="delete" value="Yes, delete">
<input type="hidden" name="action" value="delete">
<input type="hidden" name="group" value="[% gid FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
</p>
</form>
Go back to the <a href="editgroups.cgi">group list</a>.