Plugin Directory

Changeset 1831666


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

Change Paht in admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • terminplaner/trunk/tp_admin.php

    r1831594 r1831666  
    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='".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>&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.