Completed
Branch master (ee806d)
by Jesus
02:18
created
view.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -283,28 +283,28 @@  discard block
 block discarded – undo
283 283
 
284 284
     if ($bbbsession['tagging'] && ($bbbsession['administrator'] || $bbbsession['moderator'])) {
285 285
         echo '' .
286
-          '<div id="panelContent" class="hidden">' . "\n" .
287
-          '  <div class="yui3-widget-bd">' . "\n" .
288
-          '    <form>' . "\n" .
289
-          '      <fieldset>' . "\n" .
290
-          '        <input type="hidden" name="join" id="meeting_join_url" value="">' . "\n" .
291
-          '        <input type="hidden" name="message" id="meeting_message" value="">' . "\n" .
292
-          '        <div>' . "\n" .
293
-          '          <label for="name">' . get_string('view_recording_name', 'bigbluebuttonbn') . '</label><br/>' . "\n" .
294
-          '          <input type="text" name="name" id="recording_name" placeholder="">' . "\n" .
295
-          '        </div><br>' . "\n" .
296
-          '        <div>' . "\n" .
297
-          '          <label for="description">' . get_string('view_recording_description', 'bigbluebuttonbn') . '</label><br/>' . "\n" .
298
-          '          <input type="text" name="description" id="recording_description" value="" placeholder="">' . "\n" .
299
-          '        </div><br>' . "\n" .
300
-          '        <div>' . "\n" .
301
-          '          <label for="tags">' . get_string('view_recording_tags', 'bigbluebuttonbn') . '</label><br/>' . "\n" .
302
-          '          <input type="text" name="tags" id="recording_tags" value="" placeholder="">' . "\n" .
303
-          '        </div>' . "\n" .
304
-          '      </fieldset>' . "\n" .
305
-          '    </form>' . "\n" .
306
-          '  </div>' . "\n" .
307
-          '</div>';
286
+            '<div id="panelContent" class="hidden">' . "\n" .
287
+            '  <div class="yui3-widget-bd">' . "\n" .
288
+            '    <form>' . "\n" .
289
+            '      <fieldset>' . "\n" .
290
+            '        <input type="hidden" name="join" id="meeting_join_url" value="">' . "\n" .
291
+            '        <input type="hidden" name="message" id="meeting_message" value="">' . "\n" .
292
+            '        <div>' . "\n" .
293
+            '          <label for="name">' . get_string('view_recording_name', 'bigbluebuttonbn') . '</label><br/>' . "\n" .
294
+            '          <input type="text" name="name" id="recording_name" placeholder="">' . "\n" .
295
+            '        </div><br>' . "\n" .
296
+            '        <div>' . "\n" .
297
+            '          <label for="description">' . get_string('view_recording_description', 'bigbluebuttonbn') . '</label><br/>' . "\n" .
298
+            '          <input type="text" name="description" id="recording_description" value="" placeholder="">' . "\n" .
299
+            '        </div><br>' . "\n" .
300
+            '        <div>' . "\n" .
301
+            '          <label for="tags">' . get_string('view_recording_tags', 'bigbluebuttonbn') . '</label><br/>' . "\n" .
302
+            '          <input type="text" name="tags" id="recording_tags" value="" placeholder="">' . "\n" .
303
+            '        </div>' . "\n" .
304
+            '      </fieldset>' . "\n" .
305
+            '    </form>' . "\n" .
306
+            '  </div>' . "\n" .
307
+            '</div>';
308 308
     }
309 309
 }
310 310
 
@@ -316,8 +316,8 @@  discard block
 block discarded – undo
316 316
         $icon = new pix_icon($bbbsession['presentation']['icon'], $bbbsession['presentation']['mimetype_description']);
317 317
 
318 318
         echo '<h4>' . get_string('view_section_title_presentation', 'bigbluebuttonbn') . '</h4>' .
319
-             '' . $OUTPUT->action_icon($bbbsession['presentation']['url'], $icon, null, array(), false) . '' .
320
-             '' . $OUTPUT->action_link($bbbsession['presentation']['url'], $bbbsession['presentation']['name'], null, $attributes) . '<br><br>';
319
+                '' . $OUTPUT->action_icon($bbbsession['presentation']['url'], $icon, null, array(), false) . '' .
320
+                '' . $OUTPUT->action_link($bbbsession['presentation']['url'], $bbbsession['presentation']['name'], null, $attributes) . '<br><br>';
321 321
     }
322 322
 }
323 323
 
Please login to merge, or discard this patch.