Mobile theme:

- Replace 'Edit' caption in view template with an icon, makes it similar to other dialogs
This commit is contained in:
Hadi Nategh
2016-05-04 08:23:48 +00:00
parent 9d03e085ed
commit c6bda1524f
5 changed files with 15 additions and 52 deletions

View File

@ -457,7 +457,6 @@ var AppJS = (function(){ "use strict"; return Class.extend(
.click(function(){
egw.open(rowID, self.appname);
})
.text(egw.lang('Edit'))
.appendTo(this.viewContainer);
}
// view template main container (content)