Changeset 1314 for trunk/admin/picture_modify.php
- Timestamp:
- May 16, 2006, 12:21:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/picture_modify.php
r1121 r1314 199 199 ); 200 200 201 $all_tags = get_all_tags(); 202 203 if (count($all_tags) > 0) 204 { 205 $tag_selection = get_html_tag_selection( 206 get_all_tags(), 207 'tags', 208 $selected_tags 209 ); 210 } 211 else 212 { 213 $tag_selection = 214 '<p>'. 215 l10n('No tag defined. Use Administration>Pictures>Tags'). 216 '</p>'; 217 } 218 201 219 $template->assign_vars( 202 220 array( … … 226 244 'CREATION_DATE' => $date, 227 245 228 'TAG_SELECTION' => get_html_tag_selection( 229 get_all_tags(), 230 'tags', 231 $selected_tags 232 ), 246 'TAG_SELECTION' => $tag_selection, 233 247 234 248 'DESCRIPTION' =>
Note: See TracChangeset
for help on using the changeset viewer.