+2007-10-30 Jeff Segars <jeff@webempoweredchurch.org>
+
+ * Fixed bug #6618: Web->List: Add title to versioning symbol in extended view (Thanks to Christian Kuhn)
+
2007-10-30 Oliver Hader <oh@inpublica.de>
* (minor) Fixed bug #6613: IRRE/RTE - Creating a new child record fails if record uses htmlArea RTE
$lab = 'V';
}
- $cells[]='<a href="'.htmlspecialchars($this->backPath.t3lib_extMgm::extRelPath('version')).'cm1/index.php?table='.rawurlencode($table).'&uid='.rawurlencode($row['uid']).'" style="'.htmlspecialchars($st).'">'.
+ $cells[]='<a href="'.htmlspecialchars($this->backPath.t3lib_extMgm::extRelPath('version')).'cm1/index.php?table='.rawurlencode($table).'&uid='.rawurlencode($row['uid']).'" title="'.$LANG->getLL('versioning',1).'" style="'.htmlspecialchars($st).'">'.
$lab.
'</a>';
}
<label index="nextLevel">Move this page to be a subpage of the page above (Outwards)</label>
<label index="delete">Delete record (!)</label>
<label index="history">Display change history / Un-do</label>
+ <label index="versioning">Display versions</label>
<label index="permissions">Set permissions for page</label>
<label index="largeControl">Extended view</label>
<label index="contractView">List all tables</label>