forked from extern/egroupware
Mobile theme:
- Replace 'Edit' caption in view template with an icon, makes it similar to other dialogs
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user