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