mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:56 +01:00
Unify timestamper formatting
This commit is contained in:
parent
fb0c4d7db7
commit
c54201b7af
@ -42,6 +42,9 @@ var et2_timestamper = (function(){ "use strict"; return et2_button.extend([],
|
|||||||
default: et2_no_init,
|
default: et2_no_init,
|
||||||
description: "Timezone. Default is user time."
|
description: "Timezone. Default is user time."
|
||||||
},
|
},
|
||||||
|
statustext: {
|
||||||
|
default: "Insert timestamp into description field"
|
||||||
|
},
|
||||||
image: {
|
image: {
|
||||||
default: "timestamp"
|
default: "timestamp"
|
||||||
},
|
},
|
||||||
@ -57,6 +60,8 @@ var et2_timestamper = (function(){ "use strict"; return et2_button.extend([],
|
|||||||
*/
|
*/
|
||||||
init: function() {
|
init: function() {
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
|
|
||||||
|
this.btn.addClass('et2_timestamper');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -691,6 +691,8 @@ insert new row after this one common en Insert new row after
|
|||||||
insert new row in front of first line common en Insert new row before first line
|
insert new row in front of first line common en Insert new row before first line
|
||||||
insert row after common en Insert row after
|
insert row after common en Insert row after
|
||||||
insert row before common en Insert row before
|
insert row before common en Insert row before
|
||||||
|
insert timestamp into description field common en Insert timestamp into description field
|
||||||
|
install common en Install
|
||||||
integer common en Integer
|
integer common en Integer
|
||||||
international common en International
|
international common en International
|
||||||
introduction common en Introduction
|
introduction common en Introduction
|
||||||
|
@ -488,6 +488,21 @@ span.et2_date_duration input.et2_date_duration{
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Timestamper widget
|
||||||
|
*/
|
||||||
|
button.et2_button_with_image.et2_timestamper {
|
||||||
|
background-position: center;
|
||||||
|
background-size: 16px;
|
||||||
|
padding: 0px;
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
button.et2_timestamper:hover {
|
||||||
|
background-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dialog widget
|
* Dialog widget
|
||||||
* It uses jQueryUI, so this is just our little bits - icon on left
|
* It uses jQueryUI, so this is just our little bits - icon on left
|
||||||
|
Loading…
Reference in New Issue
Block a user