Dropped cursor:help and swapped ellipsis
This commit is contained in:
parent
73ae91d629
commit
5cb8cb5203
2 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ class String
|
||||||
{
|
{
|
||||||
if ($hover == true)
|
if ($hover == true)
|
||||||
{
|
{
|
||||||
$string = '<span title="' . $string . '" style="cursor:help">' . substr($string, 0, $length) . '...</span>';
|
$string = '<span title="' . $string . '">' . substr($string, 0, $length) . '…</span>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
2
jar.php
2
jar.php
|
@ -7982,7 +7982,7 @@ class String
|
||||||
{
|
{
|
||||||
if ($hover == true)
|
if ($hover == true)
|
||||||
{
|
{
|
||||||
$string = '<span title="' . $string . '" style="cursor:help">' . substr($string, 0, $length) . '...</span>';
|
$string = '<span title="' . $string . '">' . substr($string, 0, $length) . '…</span>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue