Bug 27631: tools and virtualshelves folders
Changed each of the pages in the tools and virtualshelves folders to have one <h1> tag showing that describes the page, rather than the <h1> describing the logo. The hierarchy of heading tags may be broken in many pages, but this will be dealt with in an additional bug. To test: 1) Go to the Staff Client 2) Apply patch 3) Go to each of the pages in the tools and virtualshelves folders and check that they have an obvious and descriptive heading 4) Ensure that the heading in the page is <h1> Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
9944756dfa
commit
275875c3b9
17 changed files with 39 additions and 32 deletions
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
[% IF ( op == 'edit_form' ) %]
|
[% IF ( op == 'edit_form' ) %]
|
||||||
<form method="post" id="rules_form" action="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">
|
<form method="post" id="rules_form" action="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">
|
||||||
<h3>Rules for automatic item modifications by age</h3>
|
<h1>Rules for automatic item modifications by age</h1>
|
||||||
<div id="toolbar" class="btn-toolbar">
|
<div id="toolbar" class="btn-toolbar">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button class="btn btn-default add_rule"><i class="fa fa-plus"></i> Add rule</button>
|
<button class="btn btn-default add_rule"><i class="fa fa-plus"></i> Add rule</button>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
<h3>Automatic item modifications by age</h3>
|
<h1>Automatic item modifications by age</h1>
|
||||||
[% IF ( rules ) %]
|
[% IF ( rules ) %]
|
||||||
<div id="toolbar" class="btn-toolbar">
|
<div id="toolbar" class="btn-toolbar">
|
||||||
<a class="btn btn-default" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="fa fa-pencil"></i> Edit rules</a>
|
<a class="btn btn-default" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="fa fa-pencil"></i> Edit rules</a>
|
||||||
|
|
|
@ -269,7 +269,7 @@
|
||||||
[% IF op == 'delete_confirm' %]
|
[% IF op == 'delete_confirm' %]
|
||||||
<div class="dialog alert">
|
<div class="dialog alert">
|
||||||
[% IF csv_profile %]
|
[% IF csv_profile %]
|
||||||
<h3>Delete CSV Profile "[% csv_profile.profile | html %]?"</h3>
|
<h1>Delete CSV Profile "[% csv_profile.profile | html %]?"</h1>
|
||||||
<form action="/cgi-bin/koha/tools/csv-profiles.pl" method="post">
|
<form action="/cgi-bin/koha/tools/csv-profiles.pl" method="post">
|
||||||
<input type="hidden" name="op" value="delete_confirmed" />
|
<input type="hidden" name="op" value="delete_confirmed" />
|
||||||
<input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
|
<input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
|
||||||
|
@ -290,7 +290,7 @@
|
||||||
<a class="btn btn-default" id="newcsvprofile" href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form"><i class="fa fa-plus"></i> New CSV profile</a>
|
<a class="btn btn-default" id="newcsvprofile" href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form"><i class="fa fa-plus"></i> New CSV profile</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>CSV profiles</h2>
|
<h1>CSV profiles</h1>
|
||||||
|
|
||||||
[% IF csv_profiles %]
|
[% IF csv_profiles %]
|
||||||
<table id="table_csv_profiles">
|
<table id="table_csv_profiles">
|
||||||
|
|
|
@ -37,6 +37,8 @@
|
||||||
<div class="col-sm-10 col-sm-push-2">
|
<div class="col-sm-10 col-sm-push-2">
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
|
<h1>Export data</h1>
|
||||||
|
|
||||||
[% FOR m IN messages %]
|
[% FOR m IN messages %]
|
||||||
<div class="dialog [% m.type | html %]">
|
<div class="dialog [% m.type | html %]">
|
||||||
[% SWITCH m.code %]
|
[% SWITCH m.code %]
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<div class="col-sm-10 col-sm-push-2">
|
<div class="col-sm-10 col-sm-push-2">
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<h2>[% Branches.GetName( branch ) | html %] calendar</h2>
|
<h1>[% Branches.GetName( branch ) | html %] calendar</h1>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
|
|
|
@ -528,7 +528,7 @@
|
||||||
|
|
||||||
[% IF ( delete_confirm ) %]
|
[% IF ( delete_confirm ) %]
|
||||||
<div class="dialog alert">
|
<div class="dialog alert">
|
||||||
<h3>Delete notice?</h3>
|
<h1>Delete notice?</h1>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -48,16 +48,16 @@
|
||||||
[% IF ( ERRORS ) %]
|
[% IF ( ERRORS ) %]
|
||||||
[% IF ( TCOUNTS ) %]
|
[% IF ( TCOUNTS ) %]
|
||||||
<div class="dialog alert">
|
<div class="dialog alert">
|
||||||
<h3>Patron image(s) uploaded with some errors</h3>
|
<h1>Patron image(s) uploaded with some errors</h1>
|
||||||
</div>
|
</div>
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
<div class="dialog alert">
|
<div class="dialog alert">
|
||||||
<h3>Patron image failed to upload</h3>
|
<h1>Patron image failed to upload</h1>
|
||||||
</div>
|
</div>
|
||||||
[% END %]
|
[% END %]
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
<div class="dialog message">
|
<div class="dialog message">
|
||||||
<h3>Patron image(s) successfully uploaded</h3>
|
<h1>Patron image(s) successfully uploaded</h1>
|
||||||
</div>
|
</div>
|
||||||
[% END %]
|
[% END %]
|
||||||
<ul class="data">
|
<ul class="data">
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body id="preview_letter" class="catalog">
|
<body id="preview_letter" class="catalog">
|
||||||
<div class="main container-fluid">
|
<div class="main container-fluid">
|
||||||
|
<h1>Preview notice template</h1>
|
||||||
[% FOR m IN messages %]
|
[% FOR m IN messages %]
|
||||||
[%# FIXME The message block does not appear at the top of the modal! %]
|
[%# FIXME The message block does not appear at the top of the modal! %]
|
||||||
<div class="dialog [% m.type | html %]">
|
<div class="dialog [% m.type | html %]">
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<div class="btn-group"><a href="/cgi-bin/koha/tools/quotes-upload.pl" id="cancel_quotes" class="btn btn-default"><i class="fa fa-remove"></i> Cancel import</a></div>
|
<div class="btn-group"><a href="/cgi-bin/koha/tools/quotes-upload.pl" id="cancel_quotes" class="btn btn-default"><i class="fa fa-remove"></i> Cancel import</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Quote uploader</h2>
|
<h1>Quote uploader</h1>
|
||||||
|
|
||||||
<div id="messages" style="display: none;">
|
<div id="messages" style="display: none;">
|
||||||
<div class="import_success dialog message" style="display: none;"></div>
|
<div class="import_success dialog message" style="display: none;"></div>
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF op == 'add_form' %]
|
[% IF op == 'add_form' %]
|
||||||
<h3>[% IF quote %]Modify quote[% ELSE %]New quote[% END %]</h3>
|
<h1>[% IF quote %]Modify quote[% ELSE %]New quote[% END %]</h1>
|
||||||
<form action="/cgi-bin/koha/tools/quotes.pl" id="Aform" name="Aform" class="validated" method="post">
|
<form action="/cgi-bin/koha/tools/quotes.pl" id="Aform" name="Aform" class="validated" method="post">
|
||||||
<fieldset class="rows">
|
<fieldset class="rows">
|
||||||
<input type="hidden" name="op" value="add_validate" />
|
<input type="hidden" name="op" value="add_validate" />
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
[% IF op == 'delete_confirm' %]
|
[% IF op == 'delete_confirm' %]
|
||||||
<div class="dialog alert">
|
<div class="dialog alert">
|
||||||
<form action="/cgi-bin/koha/tools/quotes.pl" method="post">
|
<form action="/cgi-bin/koha/tools/quotes.pl" method="post">
|
||||||
<h3>Are you sure you want to delete the following quote?</h3>
|
<h1>Are you sure you want to delete the following quote?</h1>
|
||||||
[% quote.source | html %] - [% quote.text | html %]
|
[% quote.source | html %] - [% quote.text | html %]
|
||||||
<input type="hidden" name="op" value="delete_confirmed" />
|
<input type="hidden" name="op" value="delete_confirmed" />
|
||||||
<input type="hidden" name="id" value="[% quote.id | html %]" />
|
<input type="hidden" name="id" value="[% quote.id | html %]" />
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF op == 'list' %]
|
[% IF op == 'list' %]
|
||||||
<h3>Quotes</h3>
|
<h1>Quotes</h1>
|
||||||
[% IF quotes_count > 0 %]
|
[% IF quotes_count > 0 %]
|
||||||
<table id="quotes">
|
<table id="quotes">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
<div class="col-sm-10 col-sm-push-2">
|
<div class="col-sm-10 col-sm-push-2">
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
|
<h1>Task scheduler</h1>
|
||||||
|
|
||||||
[% IF ( job_add_failed ) %]
|
[% IF ( job_add_failed ) %]
|
||||||
<div class="dialog message">Failed to add scheduled task</div>
|
<div class="dialog message">Failed to add scheduled task</div>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
|
@ -41,9 +41,10 @@
|
||||||
<div class="main container-fluid">
|
<div class="main container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<main>
|
<main>
|
||||||
|
<h1>Compare matched records</h1>
|
||||||
|
|
||||||
<div id="col1" class="col-sm-6">
|
<div id="col1" class="col-sm-6">
|
||||||
<h1>Original</h1>
|
<h2>Original</h2>
|
||||||
[% IF ( ERROR_FORMATTED1 ) %]
|
[% IF ( ERROR_FORMATTED1 ) %]
|
||||||
<div class="dialog alert">
|
<div class="dialog alert">
|
||||||
<p>The record id <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
|
<p>The record id <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
|
||||||
|
@ -54,7 +55,7 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
</div>
|
</div>
|
||||||
<div id="col2" class="col-sm-6">
|
<div id="col2" class="col-sm-6">
|
||||||
<h1>Imported</h1>
|
<h2>Imported</h2>
|
||||||
[% IF ( ERROR_FORMATTED2 ) %]
|
[% IF ( ERROR_FORMATTED2 ) %]
|
||||||
<div class="dialog alert">
|
<div class="dialog alert">
|
||||||
<p>The import id number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
|
<p>The import id number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
[% INCLUDE 'stockrotation-toolbar.inc' %]
|
[% INCLUDE 'stockrotation-toolbar.inc' %]
|
||||||
|
|
||||||
<h2>Stock rotation</h2>
|
<h1>Stock rotation</h1>
|
||||||
|
|
||||||
[% IF existing_rotas.size > 0 %]
|
[% IF existing_rotas.size > 0 %]
|
||||||
<table id="stock_rotation" class="rotas_table" role="grid">
|
<table id="stock_rotation" class="rotas_table" role="grid">
|
||||||
|
@ -152,9 +152,9 @@
|
||||||
[% ELSIF (op == 'create_edit_rota') %]
|
[% ELSIF (op == 'create_edit_rota') %]
|
||||||
|
|
||||||
[% IF rota.rota_id %]
|
[% IF rota.rota_id %]
|
||||||
<h2>Edit "[% rota.title | html %]"</h2>
|
<h1>Edit "[% rota.title | html %]"</h1>
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
<h2>Create new rota</h2>
|
<h1>Create new rota</h1>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF error == 'invalid_form' %]
|
[% IF error == 'invalid_form' %]
|
||||||
|
@ -209,7 +209,7 @@
|
||||||
</div>
|
</div>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
<h2>Manage <em>[% rota.title | html %]</em> stages</h2>
|
<h1>Manage <em>[% rota.title | html %]</em> stages</h1>
|
||||||
<div id="ajax_status"
|
<div id="ajax_status"
|
||||||
data-saving-msg="Saving changes..."
|
data-saving-msg="Saving changes..."
|
||||||
data-success-msg=""
|
data-success-msg=""
|
||||||
|
@ -312,9 +312,9 @@
|
||||||
[% ELSIF (op == 'create_edit_stage') %]
|
[% ELSIF (op == 'create_edit_stage') %]
|
||||||
|
|
||||||
[% IF stage.id %]
|
[% IF stage.id %]
|
||||||
<h2>Edit "[% Branches.GetName(stage.branchcode_id) | html %]"</h2>
|
<h1>Edit "[% Branches.GetName(stage.branchcode_id) | html %]"</h1>
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
<h2>Create new stage</h2>
|
<h1>Create new stage</h1>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF error == 'invalid_form' %]
|
[% IF error == 'invalid_form' %]
|
||||||
|
@ -357,7 +357,7 @@
|
||||||
[% ELSIF (op == 'confirm_remove_from_rota') %]
|
[% ELSIF (op == 'confirm_remove_from_rota') %]
|
||||||
|
|
||||||
<div class="dialog alert">
|
<div class="dialog alert">
|
||||||
<h3>Are you sure you wish to remove this item from it's rota</h3>
|
<h1>Are you sure you wish to remove this item from it's rota</h1>
|
||||||
<p>
|
<p>
|
||||||
<a class="btn btn-default btn-xs approve" href="?op=remove_item_from_stage&item_id=[% item_id | uri %]&stage_id=[% stage_id | uri %]&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-check"></i>Yes</a>
|
<a class="btn btn-default btn-xs approve" href="?op=remove_item_from_stage&item_id=[% item_id | uri %]&stage_id=[% stage_id | uri %]&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-check"></i>Yes</a>
|
||||||
<a class="btn btn-default btn-xs deny" href="?op=manage_items&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-remove"></i>No</a>
|
<a class="btn btn-default btn-xs deny" href="?op=manage_items&rota_id=[% rota_id | uri %]"><i class="fa fa-fw fa-remove"></i>No</a>
|
||||||
|
@ -366,7 +366,7 @@
|
||||||
[% ELSIF (op == 'confirm_delete_stage') %]
|
[% ELSIF (op == 'confirm_delete_stage') %]
|
||||||
|
|
||||||
<div class="dialog alert">
|
<div class="dialog alert">
|
||||||
<h3>Are you sure you want to delete this stage?</h3>
|
<h1>Are you sure you want to delete this stage?</h1>
|
||||||
[% IF stage.stockrotationitems.count > 0 %]
|
[% IF stage.stockrotationitems.count > 0 %]
|
||||||
<p>This stage contains the following item(s):</p>
|
<p>This stage contains the following item(s):</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
</div>
|
</div>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
<h2>Manage items assigned to <em>[% rota.title | html %]</em></h2>
|
<h1>Manage items assigned to <em>[% rota.title | html %]</em></h1>
|
||||||
|
|
||||||
<!-- Add items modal -->
|
<!-- Add items modal -->
|
||||||
<div class="modal" id="addItemsModal" tabindex="-1" role="dialog" aria-labelledby="addItemsLabel">
|
<div class="modal" id="addItemsModal" tabindex="-1" role="dialog" aria-labelledby="addItemsLabel">
|
||||||
|
@ -521,7 +521,7 @@
|
||||||
[% ELSIF op == 'add_items_to_rota' %]
|
[% ELSIF op == 'add_items_to_rota' %]
|
||||||
|
|
||||||
<div class="dialog message">
|
<div class="dialog message">
|
||||||
<h3>Add items to rota report</h3>
|
<h1>Add items to rota report</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
<h1>Tools</h1>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons || CAN_user_tools_edit_patrons || CAN_user_tools_batch_extend_due_dates || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
|
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons || CAN_user_tools_edit_patrons || CAN_user_tools_batch_extend_due_dates || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
|
||||||
[% UNLESS (authorized) %]
|
[% UNLESS (authorized) %]
|
||||||
|
<h1>Error adding to list</h1>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
[% IF (errcode==1) %]Could not create a new list. Please check the name.<br/>[% END %]
|
[% IF (errcode==1) %]Could not create a new list. Please check the name.<br/>[% END %]
|
||||||
[% IF (errcode==2) %]Sorry, you do not have permission to add items to this list.<br/>[% END %]
|
[% IF (errcode==2) %]Sorry, you do not have permission to add items to this list.<br/>[% END %]
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<div id="export" class="detailtagcell"> <form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
|
<div id="export" class="detailtagcell"> <form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
|
||||||
<form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
|
<form method="post" action="/cgi-bin/koha/virtualshelves/downloadshelf.pl">
|
||||||
<fieldset class="rows">
|
<fieldset class="rows">
|
||||||
<legend>Download list</legend>
|
<legend><h1>Download list</h1></legend>
|
||||||
<ol><li>
|
<ol><li>
|
||||||
<label for="format">Format: </label>
|
<label for="format">Format: </label>
|
||||||
<select name="format" id="format">
|
<select name="format" id="format">
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
|
<form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
|
||||||
|
|
||||||
<fieldset class="rows">
|
<fieldset class="rows">
|
||||||
<legend>Sending your list</legend>
|
<legend><h1>Sending your list</h1></legend>
|
||||||
<ol> <li>
|
<ol> <li>
|
||||||
<label for="email">Email address:</label>
|
<label for="email">Email address:</label>
|
||||||
<input type="text" id="email" name="email" size="43" class="focus" />
|
<input type="text" id="email" name="email" size="43" class="focus" />
|
||||||
|
|
|
@ -184,9 +184,8 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF op == 'view' %]
|
[% IF op == 'view' %]
|
||||||
|
<h1>Contents of <em>[% shelf.shelfname | html %]</em></h1>
|
||||||
[% IF itemsloop %]
|
[% IF itemsloop %]
|
||||||
|
|
||||||
<h3>Contents of <em>[% shelf.shelfname | html %]</em></h3>
|
|
||||||
<div class="pages">[% pagination_bar | $raw %]</div>
|
<div class="pages">[% pagination_bar | $raw %]</div>
|
||||||
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
|
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
|
||||||
<input type="hidden" name="op" value="remove_biblios" />
|
<input type="hidden" name="op" value="remove_biblios" />
|
||||||
|
@ -320,10 +319,10 @@
|
||||||
<fieldset class="rows">
|
<fieldset class="rows">
|
||||||
|
|
||||||
[% IF op == 'add_form' %]
|
[% IF op == 'add_form' %]
|
||||||
<legend>Create a new list</legend>
|
<legend><h1>Create a new list</h1></legend>
|
||||||
<input type="hidden" name="op" value="add" />
|
<input type="hidden" name="op" value="add" />
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
<legend>Edit list <em>[% shelf.shelfname | html %]</em></legend>
|
<legend><h1>Edit list <em>[% shelf.shelfname | html %]</em></h1></legend>
|
||||||
<input type="hidden" name="op" value="edit" />
|
<input type="hidden" name="op" value="edit" />
|
||||||
[% END %]
|
[% END %]
|
||||||
<input type="hidden" name="referer" value="[% referer | html %]" />
|
<input type="hidden" name="referer" value="[% referer | html %]" />
|
||||||
|
@ -389,7 +388,7 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF op == 'list' %]
|
[% IF op == 'list' %]
|
||||||
<h2>Lists</h2>
|
<h1>Lists</h1>
|
||||||
<div id="tabs" class="toptabs">
|
<div id="tabs" class="toptabs">
|
||||||
<ul>
|
<ul>
|
||||||
<li id="privateshelves_tab" class="active"><a href="#tab_content">Your lists</a></li>
|
<li id="privateshelves_tab" class="active"><a href="#tab_content">Your lists</a></li>
|
||||||
|
|
Loading…
Reference in a new issue