mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
dms_id wird als zusätzliche Spalte angezeigt, Beschreibungsfeld verbreitert
This commit is contained in:
+2
-1
@@ -482,7 +482,7 @@ else
|
||||
<table>
|
||||
<tr>
|
||||
<td>Beschreibung</td>
|
||||
<td><textarea name="beschreibung"></textarea></td>
|
||||
<td><textarea name="beschreibung" rows="2" cols="80"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
@@ -726,6 +726,7 @@ function drawFilesList($rows)
|
||||
</li>
|
||||
</ul>';
|
||||
echo '</td>';
|
||||
echo '<td>id:'.$row->dms_id.'</td>';
|
||||
echo '<td>'.$dms->convert_html_chars($row->beschreibung).'</td>';
|
||||
echo '</tr>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user