Skip to content

Commit

Permalink
Merge pull request #1521 from kaberett/edit-tags-info
Browse files Browse the repository at this point in the history
Add poster name to Edit Tags page
  • Loading branch information
kareila committed Aug 12, 2015
2 parents 7183d1c + 0b5219e commit bc2e85c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/edittags.bml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ body<=
$ret .= "<script type='text/javascript'> var cur_taglist = '$logtagstr'; </script>";

$ret .= '<table summary="" class="edittbl" cellpadding="0" cellspacing="0" width="50%">';
if ( $u->is_community ) {
$ret .= "<tr><td class='l'>$ML{'.poster'}</td><td>" . $ent->poster->ljuser_display . "</td></tr>";
}
$ret .= "<tr><td class='l'>$ML{'.subject'}</td><td>$subj</td></tr>" if $subj;

$ret .= '<form method="POST" action="/edittags" id="edit_tagform">';
Expand Down
2 changes: 2 additions & 0 deletions htdocs/edittags.bml.text
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

.permissions.none=(You don't have permission to edit tags on this entry.)

.poster=Poster:

.readonly.journal=This journal is read-only. Its entry tags can't be edited.

.readonly.poster=This poster is read-only; the tags for this entry can't be edited.
Expand Down

0 comments on commit bc2e85c

Please sign in to comment.