mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
18 lines
649 B
Smarty
Executable File
18 lines
649 B
Smarty
Executable File
<h2>{$addon->Name} » Rate Comment</h2>
|
|
<p class="first">
|
|
<strong><a href="{$config.webpath}/{$app}/{$addon->ID}/">{$addon->Name} {$addon->Version}</a></strong>,
|
|
by <a href="{$config.webpath}/{$app}/{$addon->UserID}/author/">{$addon->UserName}</a>,
|
|
released on {$addon->VersionDateAdded|date_format}
|
|
</p>
|
|
|
|
<p><strong>Thanks for your input!</strong></p>
|
|
<p>You have successfully rated the following comment as <strong>{$clean.helpful}</strong>:</p>
|
|
<div id="comment-rate">
|
|
<h3>{$comment.CommentTitle}</h3>
|
|
<p>
|
|
{$comment.CommentNote}
|
|
</p>
|
|
</div>
|
|
|
|
<p>« <a href="./addon.php?id={$addon->ID}">Return to information about{$addon->Name}</a></p>
|