mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
- Fehlerhafte Spaltenbeschriftung korrigiert
- Link zu Bildcheck der Person hinzugefügt
This commit is contained in:
@@ -85,6 +85,7 @@ if(isset($_POST['search']))
|
||||
{
|
||||
echo '<table class="tablesorter" id="myTable">
|
||||
<thead>
|
||||
<th>Aktion</th>
|
||||
<th>PersonID</th>
|
||||
<th>Vorname</th>
|
||||
<th>Nachname</th>
|
||||
@@ -138,7 +139,10 @@ if($person_id!='')
|
||||
echo 'ungeprüft';
|
||||
else
|
||||
echo $fs->fotostatus_kurzbz .' ( '.$datum_obj->formatDatum($fs->datum,'d.m.Y').' )';
|
||||
|
||||
echo '<form action="bildpruefung.php" method="POST">';
|
||||
echo '<input type="hidden" name="person_id" value="'.$db->convert_html_chars($person->person_id).'" />';
|
||||
echo '<input type="submit" name="refresh" value="Bildcheck" /> ';
|
||||
|
||||
$benutzer = new benutzer();
|
||||
if(!$benutzer->getBenutzerFromPerson($person->person_id))
|
||||
echo $benutzer->errormsg;
|
||||
|
||||
Reference in New Issue
Block a user