Advertisement
Guest User

Template_list_client

a guest
Oct 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <div class="col-6 col-l-6 col-m-12 padding-l">
  2.  
  3. <div class="col-1 col-l-1 col-m-1 col-s-1">
  4. <img class="img-responsive" src="{{image|url}}" title="{{Name}}"/>
  5. <flx-tooltip mode="tooltip" objectname="Client" objectwhere="IdClient={{IdClient}}" templateid="TemplateSaleResume_Filtered"></flx-tooltip>
  6. </div>
  7.  
  8. <div class="col-10 col-l-10 col-m-10 col-s-10">
  9. <h4>
  10. <a href="#" onclick="flexygo.nav.openPage('view','Client','(IdClient={{IdClient}})',null,'current',false,$(this))">
  11. <span class="{{IdState|switch:[2:txt-danger,else:txt-outstanding]}}">{{Name}}</span>
  12. </a>
  13. <small>( <i class="flx-icon icon-phone icon-margin-right" title="phone"></i>{{phone}})</small>
  14. </h4>
  15. <small class="">{{Address}}</small>
  16. <small><b><i class="">{{City}} - {{Province}}</i></b></small>
  17. </div>
  18.  
  19. <div class="col-1 col-l-1 col-m-1 col-s-1">
  20. <div class="btn-group">{{objectmenu}}</div>
  21. </div>
  22.  
  23. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement