Dotclear


Ignore:
Timestamp:
11/25/14 14:31:02 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Using dcAdminURL, work in progress on plugins…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/userPref/index.php

    r2685 r2815  
    101101          $('#part-local,#part-global').tabload(function() { 
    102102               $('.multi-part.active select.navigation option:first').attr('selected',true); 
    103           });           
     103          }); 
    104104          $("#gp_nav").change(function() { 
    105105               window.location = $("#gp_nav option:selected").val(); 
     
    154154     } 
    155155     echo 
    156           '<form action="plugin.php" method="post">'. 
     156          '<form action="'.$p_url.'" method="post">'. 
    157157          '<p class="anchor-nav">'. 
    158158          '<label for="lp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('lp_nav',$ws_combo,'','navigation'). 
     
    163163?> 
    164164 
    165 <form action="plugin.php" method="post"> 
     165<form action="<?php echo $p_url; ?>" method="post"> 
    166166 
    167167<?php 
     
    204204     } 
    205205     echo 
    206           '<form action="plugin.php" method="post">'. 
     206          '<form action="'.$p_url.'" method="post">'. 
    207207          '<p class="anchor-nav">'. 
    208208          '<label for="gp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gp_nav',$ws_combo,'','navigation'). 
     
    213213?> 
    214214 
    215 <form action="plugin.php" method="post"> 
     215<form action="<?php echo $p_url; ?>" method="post"> 
    216216 
    217217<?php 
Note: See TracChangeset for help on using the changeset viewer.

Sites map