Skip to content
Snippets Groups Projects

v2.0.2 update brand; link to repo, update counter

Merged Hahn Axel (hahn) requested to merge restyle-adminlte into master
3 files
+ 8
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -198,8 +198,9 @@ class cronlogrenderer extends cronlog{
. '</p>'
. '<div>'
. $this->_renderAccessAndAge($iLast)
. 'gesamt: <strong>' . count($aData).'</strong>'
. ($iErrors ? ' (Fehler: <strong>' . $iErrors.'</strong>... OK: <strong>' . $iOK.'</strong>)' : '')
. ($iErrors ? '<span class="btn bg-danger">' . $iErrors.'</span> ' : '')
. ( $iOK ? '<span class="btn bg-success">' . $iOK.'</span>' : '')
. ($iErrors && $iOK ? ' ... gesamt: <span class="btn bg-gray">' . count($aData).'</span>' : '' )
. '<br>'
. '</div>'
. '<table id="'.$sIdTable.'" class="table-striped">'
Loading