Plugin Directory

Changeset 1831669


Ignore:
Timestamp:
03/01/2018 04:18:39 PM (8 years ago)
Author:
jpk8201
Message:

correct admin path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • terminplaner/tags/1.3.1/tp_admin.php

    r1831579 r1831669  
    110110        $terminvonbis .= " - ".$tp_einzel_datum;
    111111
    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>&nbsp;&nbsp;<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_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>&nbsp;&nbsp;<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>";
    113113    }
    114114   
Note: See TracChangeset for help on using the changeset viewer.