Преглед изворни кода

correcting link in copy field of bbb session HTML5 and Flash to put the r in interface

Nicolas Ducoulombier пре 5 година
родитељ
комит
4f85ee8fa2
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      plugin/bbb/view/listing.tpl

+ 2 - 2
plugin/bbb/view/listing.tpl

@@ -33,7 +33,7 @@
                                     <div class="form-group">
                                     <div class="form-group">
                                         <input id="share_button_flash" type="text"
                                         <input id="share_button_flash" type="text"
                                                style="width:300px"
                                                style="width:300px"
-                                               class="form-control" readonly value="{{ conference_url }}&inteface=0">
+                                               class="form-control" readonly value="{{ conference_url }}&interface=0">
                                         <button onclick="copyTextToClipBoard('share_button_flash');" class="btn btn-default">
                                         <button onclick="copyTextToClipBoard('share_button_flash');" class="btn btn-default">
                                             <span class="fa fa-copy"></span> {{ 'CopyTextToClipboard' | get_lang }}
                                             <span class="fa fa-copy"></span> {{ 'CopyTextToClipboard' | get_lang }}
                                         </button>
                                         </button>
@@ -59,7 +59,7 @@
                                     <div class="form-group">
                                     <div class="form-group">
                                         <input id="share_button_html" type="text"
                                         <input id="share_button_html" type="text"
                                                style="width:300px"
                                                style="width:300px"
-                                               class="form-control" readonly value="{{ conference_url }}&inteface=1">
+                                               class="form-control" readonly value="{{ conference_url }}&interface=1">
 
 
                                         <button onclick="copyTextToClipBoard('share_button_html');" class="btn btn-default">
                                         <button onclick="copyTextToClipBoard('share_button_html');" class="btn btn-default">
                                             <span class="fa fa-copy"></span> {{ 'CopyTextToClipboard' | get_lang }}
                                             <span class="fa fa-copy"></span> {{ 'CopyTextToClipboard' | get_lang }}