Changeset 937
- Timestamp:
- 03/12/08 03:12:41 (9 months ago)
- Files:
-
- bbpress-polls/trunk/bb-polls.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bbpress-polls/trunk/bb-polls.php
r922 r937 6 6 Author: _ck_ 7 7 Author URI: http://bbShowcase.org 8 Version: 0.5 08 Version: 0.51 9 9 10 10 License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ … … 120 120 121 121 $bb_polls_type['style']="textarea"; 122 /*122 123 123 $bb_polls_type['poll_question']="text"; 124 124 $bb_polls_type['poll_instructions']="text"; … … 138 138 $bb_polls_type['label_nocheck_text']="text"; 139 139 $bb_polls_type['label_warning_text']="text"; 140 */140 141 141 142 142 $bb_polls_label['minimum_view_level']=__("At what level can users SEE polls?"); … … 164 164 $bb_polls_label['style']=__("Custom CSS style for polls:"); 165 165 166 /*167 166 $bb_polls_label['poll_question']=__("Question to ask to start poll:"); 168 167 $bb_polls_label['poll_instructions']=__("Instructions to add poll:"); … … 182 181 $bb_polls_label['label_nocheck_text']=__("No selection warning:"); 183 182 $bb_polls_label['label_warning_text']=__("Delete warning:"); 184 */185 183 186 184 // } … … 553 551 $colspan= (substr($bb_polls_type[$key],0,strpos($bb_polls_type[$key].",",","))=="array") ? "2" : "1"; 554 552 ?> 555 <tr <?php alt_class('recount'); ?> 553 <tr <?php alt_class('recount'); ?>> 556 554 <td nowrap colspan=<?php echo $colspan; ?>> 557 555 <label for="bb_polls_<?php echo $key; ?>">
