|
100 | 100 | // Counts the number of shouts retrieved from the database |
101 | 101 | $actualnumber = count($shouts); |
102 | 102 |
|
103 | | - if ($actualnumber == 0) |
| 103 | + if ($actualnumber == 0) |
104 | 104 | { |
105 | 105 | echo '<div><p>' . JText::_('SHOUT_EMPTY') . '</p></div>'; |
106 | 106 | } |
|
154 | 154 | { |
155 | 155 | ?> |
156 | 156 | <form method="post" name="shout" class="<?php echo $form; ?>"> |
157 | | - |
| 157 | + |
158 | 158 | <div class="<?php echo $form_row; ?>"> |
159 | 159 | <?php |
160 | 160 | // Displays the Name of the user if logged in unless stated in the parameters to be a input box |
@@ -210,7 +210,7 @@ class="<?php echo $input_txtarea; ?>" |
210 | 210 | <button type="button" class="<?php echo $button . $button_small; ?> bbcode-button jj-underline" data-bbcode-type="u"><?php echo JText::_('SHOUT_BBCODE_UNDERLINE'); ?></button> |
211 | 211 | <button type="button" class="<?php echo $button . $button_small; ?> bbcode-button jj-image jj-trigger-insert" data-bbcode-type="img"><?php echo JText::_('SHOUT_BBCODE_IMG'); ?></button> |
212 | 212 | <button type="button" class="<?php echo $button . $button_small; ?> bbcode-button jj-link jj-trigger-insert" data-bbcode-type="url"><?php echo JText::_('SHOUT_BBCODE_LINK'); ?></button> |
213 | | - <?php if ($framework == 'uikit') : ?> |
| 213 | + <?php if ($framework == 'uikit') : ?> |
214 | 214 | <div class="uk-button-dropdown" data-uk-dropdown> |
215 | 215 | <button class="uk-button uk-button-small" type="button"> |
216 | 216 | <img src="<?php echo JUri::root(); ?>images/mod_shoutbox/icon_e_smile.gif" alt="☺" /> |
@@ -271,7 +271,7 @@ class="<?php echo $input_txtarea; ?>" |
271 | 271 | ?> |
272 | 272 | <?php $que_number1 = $helper->randomnumber(1); ?> |
273 | 273 | <?php $que_number2 = $helper->randomnumber(1); ?> |
274 | | - <div class="form-inline <?php echo $form_row; ?>"> |
| 274 | + <div class="form-inline <?php echo $form_row; ?>"> |
275 | 275 | <canvas id="mathscanvas" width="80" height="30">Your browser does not support the HTML5 canvas tag.</canvas> |
276 | 276 | <input type="hidden" name="jjshout[sum1]" value="<?php echo $que_number1; ?>" /> |
277 | 277 | <input type="hidden" name="jjshout[sum2]" value="<?php echo $que_number2; ?>" /> |
|
0 commit comments