diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-03-10 19:39:50 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-03-10 19:39:50 +0000 |
| commit | fa005f44ae19001db4f5c1a00c2d5d2c826ba812 (patch) | |
| tree | a76adea6111f3c2cb3da20940cd02f7530e91b99 /phpBB/templates/subSilver | |
| parent | 4c4278ac8d5176d957c00edafb550d458b742ce7 (diff) | |
| download | forums-fa005f44ae19001db4f5c1a00c2d5d2c826ba812.tar forums-fa005f44ae19001db4f5c1a00c2d5d2c826ba812.tar.gz forums-fa005f44ae19001db4f5c1a00c2d5d2c826ba812.tar.bz2 forums-fa005f44ae19001db4f5c1a00c2d5d2c826ba812.tar.xz forums-fa005f44ae19001db4f5c1a00c2d5d2c826ba812.zip | |
some posting updates and fixes.
git-svn-id: file:///svn/phpbb/trunk@3631 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/posting_body.html | 25 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/posting_poll_body.html | 55 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/posting_preview.html | 20 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.html | 2 |
4 files changed, 47 insertions, 55 deletions
diff --git a/phpBB/templates/subSilver/posting_body.html b/phpBB/templates/subSilver/posting_body.html index f9610835c8..619915d0ba 100644 --- a/phpBB/templates/subSilver/posting_body.html +++ b/phpBB/templates/subSilver/posting_body.html @@ -210,30 +210,7 @@ function checkForm() </table></td> </tr> <!-- IF S_SHOW_POLL_BOX --> - <tr> - <th colspan="2">{L_ADD_POLL}</th> - </tr> - <tr> - <td class="row3" colspan="2"><span class="gensmall">{L_ADD_POLL_EXPLAIN}</span></td> - </tr> - <tr> - <td class="row1"><b class="gen">{L_POLL_QUESTION}</b></td> - <td class="row2"><input class="post" type="text" name="poll_title" size="50" maxlength="255" value="{POLL_TITLE}" /></td> - </tr> - <tr> - <td class="row1"><b class="gen">{L_POLL_OPTIONS}</b><br /><span class="gensmall">{L_POLL_OPTIONS_EXPLAIN}</span></td> - <td class="row2"><textarea style="width:450px" name="poll_option_text" rows="5" cols="35">{POLL_OPTIONS}</textarea></td> - </tr> - <tr> - <td class="row1"><b class="gen">{L_POLL_FOR}</b></td> - <td class="row2"><input class="post" type="text" name="poll_length" size="3" maxlength="3" value="{POLL_LENGTH}" /> <b class="gen">{L_DAYS}</b> <span class="gensmall">{L_POLL_FOR_EXPLAIN}</span></td> - </tr> - <!-- IF S_POLL_DELETE --> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_DELETE}</b></span></td> - <td class="row2"><input type="checkbox" name="poll_delete" /></td> - </tr> - <!-- ENDIF --> + <!-- INCLUDE posting_poll_body.html --> <!-- ENDIF --> <!-- IF S_SHOW_ATTACH_BOX --> <tr> diff --git a/phpBB/templates/subSilver/posting_poll_body.html b/phpBB/templates/subSilver/posting_poll_body.html index 165b57e5a5..c0c8f8b315 100644 --- a/phpBB/templates/subSilver/posting_poll_body.html +++ b/phpBB/templates/subSilver/posting_poll_body.html @@ -1,30 +1,25 @@ - <tr> - <th class="thHead" colspan="2">{L_ADD_A_POLL}</th> - </tr> - <tr> - <td class="row1" colspan="2"><span class="gensmall">{L_ADD_POLL_EXPLAIN}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_QUESTION}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="poll_title" size="50" maxlength="255" class="post" value="{POLL_TITLE}" /></span></td> - </tr> - <!-- BEGIN poll_option_rows --> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="poll_option_text[{poll_option_rows.S_POLL_OPTION_NUM}]" size="50" class="post" maxlength="255" value="{poll_option_rows.POLL_OPTION}" /></span> <input type="submit" name="edit_poll_option" value="{L_UPDATE_OPTION}" class="liteoption" /> <input type="submit" name="del_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_DELETE_OPTION}" class="liteoption" /></td> - </tr> - <!-- END poll_option_rows --> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="add_poll_option_text" size="50" maxlength="255" class="post" value="{ADD_POLL_OPTION}" /></span> <input type="submit" name="add_poll_option" value="{L_ADD_OPTION}" class="liteoption" /></td> - </tr> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_LENGTH}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="poll_length" size="3" maxlength="3" class="post" value="{POLL_LENGTH}" /></span> <span class="gen"><b>{L_DAYS}</b></span> <span class="gensmall">{L_POLL_LENGTH_EXPLAIN}</span></td> - </tr> - <!-- IF S_POLL_DELETE --> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_DELETE}</b></span></td> - <td class="row2"><input type="checkbox" name="poll_delete" /></td> - </tr> - <!-- ENDIF -->
\ No newline at end of file + + <tr> + <th colspan="2">{L_ADD_POLL}</th> + </tr> + <tr> + <td class="row3" colspan="2"><span class="gensmall">{L_ADD_POLL_EXPLAIN}</span></td> + </tr> + <tr> + <td class="row1"><b class="gen">{L_POLL_QUESTION}</b></td> + <td class="row2"><input class="post" type="text" name="poll_title" size="50" maxlength="255" value="{POLL_TITLE}" /></td> + </tr> + <tr> + <td class="row1"><b class="gen">{L_POLL_OPTIONS}</b><br /><span class="gensmall">{L_POLL_OPTIONS_EXPLAIN}</span></td> + <td class="row2"><textarea style="width:450px" name="poll_option_text" rows="5" cols="35">{POLL_OPTIONS}</textarea></td> + </tr> + <tr> + <td class="row1"><b class="gen">{L_POLL_FOR}</b></td> + <td class="row2"><input class="post" type="text" name="poll_length" size="3" maxlength="3" value="{POLL_LENGTH}" /> <b class="gen">{L_DAYS}</b> <span class="gensmall">{L_POLL_FOR_EXPLAIN}</span></td> + </tr> + <!-- IF S_POLL_DELETE --> + <tr> + <td class="row1"><span class="gen"><b>{L_POLL_DELETE}</b></span></td> + <td class="row2"><input type="checkbox" name="poll_delete" /></td> + </tr> + <!-- ENDIF --> diff --git a/phpBB/templates/subSilver/posting_preview.html b/phpBB/templates/subSilver/posting_preview.html index 4e6ead7308..0fcb8e91a9 100644 --- a/phpBB/templates/subSilver/posting_preview.html +++ b/phpBB/templates/subSilver/posting_preview.html @@ -6,6 +6,26 @@ <tr> <td class="row1">{MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {POST_DATE} {L_POST_SUBJECT}: {PREVIEW_SUBJECT}</span></td> </tr> + <!-- IF S_HAS_POLL_OPTIONS --> + <tr> + <td class="row2" colspan="2"><br clear="all" /> + <table cellspacing="0" cellpadding="4" border="0" align="center"> + <tr> + <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td> + </tr> + <tr> + <td align="center"><table cellspacing="0" cellpadding="2" border="0"> + <!-- BEGIN poll_option --> + <tr> + <td><input type="radio" name="vote_id" value="" /> </td> + <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> + </tr> + <!-- END poll_option --> + </table></td> + </tr> + </table></td> + </tr> + <!-- ENDIF --> <tr> <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index 920540eb72..976f677abd 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -47,7 +47,7 @@ <td align="center"><input type="submit" name="castvote" value="{L_SUBMIT_VOTE}" class="liteoption" /></td> </tr> <tr> - <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a></b></span></td> + <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td> </tr> </table>{S_HIDDEN_FIELDS}</form></td> </tr> |
