1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Update admin_shortcodes.php

This commit is contained in:
Gábor
2017-02-03 06:51:47 +01:00
committed by GitHub
parent 87b9489976
commit 6ca7ca6218

View File

@@ -1341,7 +1341,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
$tp = e107::getParser();
$ns->setUniqueId('e-addon-updates');
return $ns->tablerender($tp->toGlyph('fa-arrow-circle-o-down').'Updates Available',$text,'default',true);
return $ns->tablerender($tp->toGlyph('fa-arrow-circle-o-down').LAN_UPDATE_AVAILABLE,$text,'default',true);
}
@@ -1422,7 +1422,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
<div class="media-body">
<h4 class="media-heading">'.$ls.$row['name'].$le.'</h4>
<p>'.$row['version'].'<br />
<small class="text-muted">Released: '.($row['date']).'</small>
<small class="text-muted">'.LAN_RELEASED.': '.($row['date']).'</small>
</p>
</div>