diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-02-26 13:17:45 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-02-26 13:17:45 +0000 |
| commit | d95588823a7e2797fa3502ea145ca54689135a16 (patch) | |
| tree | 927aa2b4faa6b3657eb4718b19c4df83cf8eac61 /phpBB/templates | |
| parent | e295cab3043d1eafc3ab4344ab83dae171e058cc (diff) | |
| download | forums-d95588823a7e2797fa3502ea145ca54689135a16.tar forums-d95588823a7e2797fa3502ea145ca54689135a16.tar.gz forums-d95588823a7e2797fa3502ea145ca54689135a16.tar.bz2 forums-d95588823a7e2797fa3502ea145ca54689135a16.tar.xz forums-d95588823a7e2797fa3502ea145ca54689135a16.zip | |
only minor changes, some notes, played around with the code... nothing special.
git-svn-id: file:///svn/phpbb/trunk@3543 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
| -rw-r--r-- | phpBB/templates/subSilver/posting_body.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/posting_body.html b/phpBB/templates/subSilver/posting_body.html index f937697a33..ed41348aeb 100644 --- a/phpBB/templates/subSilver/posting_body.html +++ b/phpBB/templates/subSilver/posting_body.html @@ -194,6 +194,12 @@ function checkForm() <td class="gen">{L_NOTIFY_REPLY}</td> </tr> <!-- ENDIF --> + <!-- IF S_LOCK_TOPIC_ALLOWED --> + <tr> + <td><input type="checkbox" name="lock_topic" /></td> + <td class="gen">{L_LOCK_TOPIC}</td> + </tr> + <!-- ENDIF --> <!-- IF S_TYPE_TOGGLE --> <tr> <td></td> |
