Koha/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-comment-status.inc
Alex Arnaud a72d8dbb0f
Bug 22249: Mana - Move comment process in a dedicated sub
Test plan:
  - Go to a subscription's detail page,
  - click on "Report mistake" => "New comment",
  - check Koha logs file,
  - you can see the following warning:
    Can't locate object method "find" via package "Koha::Resource_comments"
  - Apply this patch,
  - same test again,
  - no wraning

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-07-26 16:08:08 +01:00

9 lines
No EOL
541 B
HTML

<div id="mana_comment_progress" class="dialog message mana_comment_status" style="display:none">
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Submitting comment </div>
</div>
<div id="mana_comment_success" class="dialog message mana_comment_status" style="display:none">
Your comment has been submitted
</div>
<div id="mana_comment_failed" class="dialog alert mana_comment_status" style="display:none">
Your comment could not be submitted. Please try again later.
</div>