Changeset 2178:39e2f2e0e4d2 for inc
- Timestamp:
- 10/01/13 08:00:56 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcactionposts.php
r2169 r2178 237 237 ); 238 238 echo 239 '<form action="'.$ap->get Redirection(array(),true).'" method="post">'.239 '<form action="'.$ap->getURI().'" method="post">'. 240 240 $ap->getCheckboxes(). 241 241 '<p><label for="new_cat_id" class="classic">'.__('Category:').'</label> '. … … 309 309 310 310 echo 311 '<form action="'.$ap->get Redirection(array(),true).'" method="post">'.311 '<form action="'.$ap->getURI().'" method="post">'. 312 312 $ap->getCheckboxes(). 313 313 '<p><label for="new_auth_id" class="classic">'.__('New author (author ID):').'</label> '. … … 359 359 360 360 echo 361 '<form action="'.$ap->get Redirection(array(),true).'" method="post">'.361 '<form action="'.$ap->getURI().'" method="post">'. 362 362 $ap->getCheckboxes(). 363 363
Note: See TracChangeset
for help on using the changeset viewer.