mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-08 23:05:10 +02:00
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