File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5035,7 +5035,8 @@ msgstr ""
50355035msgid "Editing..."
50365036msgstr ""
50375037
5038- #: books/edit.html type/author/edit.html type/template/edit.html
5038+ #: books/edit.html type/author/edit.html type/tag/form.html
5039+ #: type/template/edit.html
50395040msgid "Delete Record"
50405041msgstr ""
50415042
Original file line number Diff line number Diff line change 99< div id ="contentHead ">
1010 $if is_editing:
1111 $:macros.databarEdit(page)
12+ $if ctx.user and (ctx.user.is_admin() or ctx.user.is_super_librarian()):
13+ < span class ="adminOnly right ">
14+ < button type ="submit " value ="$_('Delete Record') " name ="_delete " title ="$_('Delete Record') " id ="delete "
15+ form ="tag-form "> $_("Delete Record")</ button >
16+ </ span >
1217
1318 < h1 > $heading</ h1 >
1419 $if not is_editing:
1520 < p class ="instruct "> $_("We require a minimum set of fields to create a new collection tag.")</ p >
1621</ div >
1722
1823< div id ="contentBody ">
19- < form name ="edit " method ="post " class ="olform ">
24+ < form id =" tag-form " name ="edit " method ="post " class ="olform ">
2025 $if redirect:
2126 < input type ="hidden " name ="redir " value ="$redirect ">
2227 $:render_template("type/tag/tag_form_inputs", page)
You can’t perform that action at this time.
0 commit comments