qms-angular 1.1.47 → 1.1.48

Sign up to get free protection for your applications and to get access to all the features.
@@ -182,7 +182,7 @@ QMS-CKEdior Customization
182
182
  }
183
183
 
184
184
  .joint-toolbar.joint-theme-bpmn button[data-name='saveAsTemplate']:before {
185
- content: 'Template';
185
+ content: attr(data-before);
186
186
  }
187
187
 
188
188
  .joint-toolbar.joint-theme-bpmn button[data-name='saveAsTemplate']:after {
@@ -192,7 +192,7 @@ QMS-CKEdior Customization
192
192
  }
193
193
 
194
194
  .joint-toolbar.joint-theme-bpmn button[data-name='deleteTemplate']:before {
195
- content: 'Delete';
195
+ content: attr(data-before);
196
196
  }
197
197
 
198
198
  .joint-toolbar.joint-theme-bpmn button[data-name='deleteTemplate']:after {
@@ -202,7 +202,7 @@ QMS-CKEdior Customization
202
202
  }
203
203
 
204
204
  .joint-toolbar.joint-theme-bpmn button[data-name='resetToTempTemplate']:before {
205
- content: 'Reset';
205
+ content: attr(data-before);
206
206
  }
207
207
 
208
208
  .joint-toolbar.joint-theme-bpmn button[data-name='resetToTempTemplate']:after {