Univention Bugzilla – Attachment 4106 Details for
Bug 25797
UDM-Objekt anlegen: "Änderungen speichern" sollte "Objekt anlegen" anlegen heißen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
flavor.patch (text/plain), 902 bytes, created by
Florian Best
on 2012-01-19 12:00:41 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2012-01-19 12:00:41 CET
Size:
902 bytes
patch
obsolete
>Index: umc/js/_udm/DetailPage.js >=================================================================== >--- umc/js/_udm/DetailPage.js (Revision 30337) >+++ umc/js/_udm/DetailPage.js (Arbeitskopie) >@@ -137,6 +137,19 @@ > > _multiEdit: false, > >+ _flavorToString : { >+ 'users/user' : 'user', >+ 'groups/group' : 'group', >+ 'networks/network' : 'network object', >+ 'dns/dns' : 'dns', >+ 'dhcp/dhcp' : 'dhcp', >+ 'shares/share' : 'share', >+ 'shares/print' : 'printer', >+ 'mail/mail' : 'mail object', >+ 'nagios/nagios' : 'nagios', >+ 'policies/policy' : 'policy', >+ } >+ > postMixInProperties: function() { > this.inherited(arguments); > >@@ -595,7 +608,7 @@ > // buttons > var buttons = umc.render.buttons([{ > name: 'submit', >- label: this._('Save changes'), >+ label: this._( 'create %s', 'this._( this._flavorToString[ this.moduleFlavor ] ), > style: 'float: right' > }, { > name: 'close',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25797
: 4106