Home »
FUDforum Development »
Bug Reports »
"Move All Selected" and "Delete All Selected"
"Move All Selected" and "Delete All Selected" [message #23414] |
Tue, 15 March 2005 18:19 |
KVentz
Messages: 65 Registered: November 2002 Location: Moscow, Russia
Karma: 0
|
Member |
|
|
Hi!
thm/default/tmpl/tread.tmpl: rows 145 and 152:
<input type="submit" name="del_sel_all" value="Delete All Selected"> <input type="submit" name="mov_sel_all" value="Move All Selected">
I think
'value="Delete All Selected"' and
'value="Move All Selected"'
should be changed to something like
'value="{MSG: mmd_delete_all_selected_button}"' and
'value="{MSG: mmd_move_all_selected_button}"' with
'mmd_delete_all_selected_button: Delete All Selected
mmd_move_all_selected_button: Move All Selected'
in MSG file...
|
|
|
|
Goto Forum:
Current Time: Fri Nov 22 07:19:32 GMT 2024
Total time taken to generate the page: 0.01964 seconds