Feature #763

avatar

Aliases list

Added by Sein Kraft 190 days ago. Updated 171 days ago.

Status:Closed Start:08/31/2009
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:-
Target version:2.3

Description

Add tag link to the name of the alias

History

Updated by Shish Moom 175 days ago

avatar
  • Status changed from New to Closed

done in ac85a52

Updated by Sein Kraft 171 days ago

avatar

also for old tag?

Updated by Sein Kraft 171 days ago

avatar
            $h_alias = html_escape($old);

            $h_old = "<a href='".make_link("post/list/".url_escape($old)."/1")."'>".html_escape($old)."</a>";
            $h_new = "<a href='".make_link("post/list/".url_escape($new)."/1")."'>".html_escape($new)."</a>";

            $oe = ($n++ % 2 == 0) ? "even" : "odd";

            $h_aliases .= "<tr class='$oe'><td>$h_old</td><td>$h_new</td>";
            if($is_admin) {
                $h_aliases .= " 
                    <td>
                        <form action='".make_link("alias/remove")."' method='POST'>
                            <input type='hidden' name='oldtag' value='$h_alias'>
                            <input type='submit' value='Remove'>
                        </form>
                    </td>
                ";

Updated by Shish Moom 171 days ago

avatar

The old tag is just a redirect to the new tag anyway x_x

Also available in: Atom PDF