<!ENTITY reports.oils_rpt_common.action_succeeded "Action Succeeded">
<!ENTITY reports.oils_rpt_common.action_failed "Action Failed">
+<!ENTITY reports.oils_rpt_common.generic_calendar_button "Date selector">
<!ENTITY reports.oils_rpt_editor.template_name "Template Name:">
<button style='padding: 0px;' id='generic_calendar_button' class='hide_me'>
<img src="/opac/common/js/jscalendar/img.gif"
style="cursor: pointer; border: 1px solid red; padding: 0px; margin: -3px;"
- title="Date selector"
+ title="&reports.oils_rpt_common.generic_calendar_button;"
onmouseover="this.style.background='red';"
onmouseout="this.style.background=''" />
</button>