Kaynağa Gözat

[FIX] ajuste

Rodney Elpidio Enciso Arias 6 yıl önce
ebeveyn
işleme
5e24dd22cc
1 değiştirilmiş dosya ile 4 ekleme ve 5 silme
  1. 4 5
      static/src/xml/pos.xml

+ 4 - 5
static/src/xml/pos.xml

@@ -1,15 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- vim:fdl=1:
 -->
-<templates id="template" xml:space="preserve">   
+<templates id="template" xml:space="preserve">
 <t t-extend="PosWidget" name="ImageWidget">
     <t t-jquery="div.pos-branding" t-operation="replace">
         <div class="pos-branding">
             <img id="image" style="max-height:1cm; max-width:4cm;"/>
-            <span id="timeSpan"></span>
-            <span class="placeholder-UsernameWidget"></span>
-        </div>        
+            <!-- <span id="timeSpan"></span> -->
+            <!-- <span class="placeholder-UsernameWidget"></span> -->
+        </div>
     </t>
 </t>
 </templates>
-