Bug 27998: Replace obsolete title-string sorting: Serials templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / mana / mana-comment-status.inc
1 <div id="mana_comment_progress" class="dialog message mana_comment_status" style="display:none">
2     <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Submitting comment </div>
3 </div>
4 <div id="mana_comment_success" class="dialog message mana_comment_status" style="display:none">
5     Your comment has been submitted
6 </div>
7 <div id="mana_comment_failed" class="dialog alert mana_comment_status" style="display:none">
8     Your comment could not be submitted. Please try again later.
9 </div>