Bhikkhu-Kosalla пре 5 година
родитељ
комит
a08619e0be
4 измењених фајлова са 10 додато и 9 уклоњено
  1. 1 1
      app/channal/channal.js
  2. 5 4
      app/channal/channal_add_dlg.js
  3. 1 1
      app/lib/main.css
  4. 3 3
      app/studio/index_tool_bar.php

+ 1 - 1
app/channal/channal.js

@@ -42,7 +42,7 @@ function my_channal_list() {
               '<div style="max-width:2em;flex:1;"><input type="checkbox" /></div>';
             html += "<div style='flex:1;'>" + key++ + "</div>";
             html += "<div style='flex:2;'>" + iterator.name + "</div>";
-            html += "<div style='flex:2;'>" + iterator.owner + "</div>";
+            html += "<div style='flex:2;'>" + iterator.nickname + "</div>";
             html +=
               "<div style='flex:2;'>" +
               //render_status(iterator.status) +

+ 5 - 4
app/channal/channal_add_dlg.js

@@ -4,7 +4,7 @@ function channal_add_dlg_init(div) {
   let html = "";
   html += "<div id='channal_add_dlg'>";
   html += "<div >";
-  html += "<div >Channal Title</div>";
+  html += "<div >"+gLocal.gui.name+"</div>";
   html += "<input type='input' id='channal_add_title' maxlength='32' placeholder='📝≤32'/>";
   html += "</div>";
   html += "<div>";
@@ -15,13 +15,14 @@ function channal_add_dlg_init(div) {
   html += "<select id='channal_add_dlg_lang' name='lang'>";
   html += "<option value='zh'>Chinese-中文</option>";
   html += "<option value='en'>English-English</option>";
-  html += "<option value='my'>Mymarnese-</option>";
+  html += "<option value='my'>Mymarnese-မြန်မာ</option>";
+  html += "<option value='si'>Sinhalese-සිංහල</option>";
   html += "</select>";
 
   html += "</div>";
   html += "<div>";
-  html += "<button onclick='channal_add_cancel()'>Cancel</button>";
-  html += "<button onclick='channal_add_new()'>New</button>";
+  html += "<button onclick='channal_add_cancel()'>"+gLocal.gui.cancel+"</button>";
+  html += "<button onclick='channal_add_new()'>"+gLocal.gui.new+"</button>";
   html += "</div>";
   html += "</div>";
   html += "</div>";

+ 1 - 1
app/lib/main.css

@@ -292,7 +292,7 @@ When it's NOT activated, the fc-button classes won't even be in the DOM.
     margin-top: 1.5em;
   }
 .fc .fc-toolbar-title {
-    font-size: 3.5vw;
+    font-size: 1.75vw;
     margin: 0;
   }
 .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {

+ 3 - 3
app/studio/index_tool_bar.php

@@ -33,7 +33,7 @@
 					<?php echo $_local->gui->recent_scan;?>
 					</span>
 				</li>
-				<li id="share_doc" onclick="goto_url(this,'../studio/index_share.php?language=<?php echo $currLanguage; ?>')">
+				<li id="share_doc" style="display:none;" onclick="goto_url(this,'../studio/index_share.php?language=<?php echo $currLanguage; ?>')">
 					<span  class="navi_icon">
 						<svg class="icon">
 							<use xlink:href="../studio/svg/icon.svg#collabration_2"></use>
@@ -43,7 +43,7 @@
 					<?php echo $_local->gui->collaborate;?>
 					</span>
 				</li>
-				<li id="group_index"  onclick="goto_url(this,'../studio/group.php?language=<?php echo $currLanguage; ?>')">
+				<li id="group_index" style="display:none;" onclick="goto_url(this,'../studio/group.php?language=<?php echo $currLanguage; ?>')">
 					<span  class="navi_icon">
 						<svg class="icon">
 							<use xlink:href="../studio/svg/icon.svg#ic_two_person"></use>
@@ -53,7 +53,7 @@
 					<?php echo $_local->gui->group;?>
 					</span>
 				</li>
-				<li id="recycle_bin"  onclick="goto_url(this,'../studio/recycle.php')">
+				<li id="recycle_bin" style="display:none;" onclick="goto_url(this,'../studio/recycle.php')">
 					<span  class="navi_icon">
 						<svg class="icon">
 							<use xlink:href="../studio/svg/icon.svg#ic_delete"></use>