mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
Unify timestamper formatting
This commit is contained in:
parent
c8589b6439
commit
b5762a6337
@ -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');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -704,6 +704,7 @@ 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
|
install common en Install
|
||||||
integer common en Integer
|
integer common en Integer
|
||||||
international common en International
|
international common en International
|
||||||
|
@ -490,6 +490,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…
x
Reference in New Issue
Block a user