From 1889450314c8761c9018a018fa77f7f11162c412 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Tue, 2 Sep 2014 07:54:24 +0000 Subject: [PATCH] =?UTF-8?q?Tablesorter=20in=20der=20Versions=C3=BCbersicht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/tinymce_dms.php | 44 +++++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/cms/tinymce_dms.php b/cms/tinymce_dms.php index 4e8f3f13d..0439ab4f2 100644 --- a/cms/tinymce_dms.php +++ b/cms/tinymce_dms.php @@ -534,23 +534,37 @@ function drawAllVersions($id) $dms = new dms(); $dms->getAllVersions($id); - echo ' - - - - - - - '; + echo ' +
VersionNameKategorieDatumUser
+ + + + + + + + + + '; foreach ($dms->result as $dms_help) { echo ' - - - - - - + + + + + + '; } - echo '
VersionNameBeschreibungKategorieDatumUser
'.$dms_help->version.''.$dms_help->name.''.$dms_help->kategorie_kurzbz.''.$dms_help->insertamum.''.$dms_help->insertvon.' + '.$dms_help->version.''.$dms_help->name.''.$dms_help->beschreibung.''.$dms_help->kategorie_kurzbz.''.$dms_help->insertamum.''.$dms_help->insertvon.'
  • Erweitert
      @@ -562,7 +576,7 @@ function drawAllVersions($id)
'; + echo ''; } /**