Changeset 1831666
- Timestamp:
- 03/01/2018 04:14:56 PM (8 years ago)
- File:
-
- 1 edited
-
terminplaner/trunk/tp_admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
terminplaner/trunk/tp_admin.php
r1831594 r1831666 110 110 $terminvonbis .= " - ".$tp_einzel_datum; 111 111 112 echo "<tr><td align='right'>".$termin->tp_id."</td><td>".$terminvonbis."</td><td><b>".$termin->tp_ersteller."</b><br><a href='".$_SERVER["REQUEST_URI"]."&action=edit_tp&tp_id=".$termin->tp_id."'>".__("Edit","terminplaner")."</a> <a href='".$_SERVER["REQUEST_URI"]."&action=delete_termin&tp_key=".$termin->tp_key."'>".__("Delete","terminplaner")."</a><br></td><td><b><a href='". site_url()."&action=show_tp&tp_key=".$termin->tp_key."'>".$termin->tp_bez."</a></b><br>".$termin->tp_beschreibung."<br>Link: <a href='".get_bloginfo('wpurl')."/". __("datesurvey","terminplaner")."?action=show&key=".$termin->tp_key."' target='_blank'>".get_bloginfo('wpurl')."/". __("datesurvey","terminplaner")."?action=show&key=".$termin->tp_key."</td></tr>";112 echo "<tr><td align='right'>".$termin->tp_id."</td><td>".$terminvonbis."</td><td><b>".$termin->tp_ersteller."</b><br><a href='".$_SERVER["REQUEST_URI"]."&action=edit_tp&tp_id=".$termin->tp_id."'>".__("Edit","terminplaner")."</a> <a href='".$_SERVER["REQUEST_URI"]."&action=delete_termin&tp_key=".$termin->tp_key."'>".__("Delete","terminplaner")."</a><br></td><td><b><a href='".$_SERVER["REQUEST_URI"]."&action=show_tp&tp_key=".$termin->tp_key."'>".$termin->tp_bez."</a></b><br>".$termin->tp_beschreibung."<br>Link: <a href='".get_home_url()."/". __("datesurvey","terminplaner")."?action=show&key=".$termin->tp_key."' target='_blank'>".get_home_url()."/". __("datesurvey","terminplaner")."?action=show&key=".$termin->tp_key."</td></tr>"; 113 113 } 114 114
Note: See TracChangeset
for help on using the changeset viewer.