Newer
Older
Import / web / www.xiaofrog.com / gallery / modules / comment / templates / CommentChangeConfirmation.tpl
@John Ryland John Ryland on 22 Dec 2020 776 bytes import NUC files
{*
 * $Revision: 16235 $
 * Read this before changing templates!  http://codex.gallery2.org/Gallery2:Editing_Templates
 *}
<div class="gbBlock gcBackground1">
  <h2> {g->text text="Comment change confirmation"} </h2>
</div>

<div class="gbBlock">
{if !empty($status)}
<h2 class="giSuccess">
  {if isset($status.added)}
    {g->text text="Comment added successfully"}
  {/if}
  {if isset($status.deleted)}
    {g->text text="Comment deleted successfully"}
  {/if}
  {if isset($status.changed)}
    {g->text text="Comment modified successfully"}
  {/if}
</h2>
{/if}

  <p>
    <a href="{g->url arg1="view=core.ShowItem" arg2="itemId=`$CommentChangeConfirmation.item.id`"}">
      {g->text text="Back to %s" arg1=$CommentChangeConfirmation.itemTypeName.1}
    </a>
  </p>
</div>