Bring back some previously removed lines

release-0.6
thomascube 14 years ago
parent e9b5a6c2d5
commit af3cf8a0a7

@ -791,6 +791,10 @@ class rcube_template extends rcube_html_page
if ($attrib['task'])
$command = $attrib['task'] . '.' . $command;
if (!$attrib['image']) {
$attrib['image'] = $attrib['imagepas'] ? $attrib['imagepas'] : $attrib['imageact'];
}
if (!$attrib['id']) {
$attrib['id'] = sprintf('rcmbtn%d', $s_button_count++);

Loading…
Cancel
Save