diff --git a/winixd/html/fun_rm.html b/winixd/html/fun_rm.html index 763dd1e..d11f818 100644 --- a/winixd/html/fun_rm.html +++ b/winixd/html/fun_rm.html @@ -2,44 +2,44 @@

{rm_header}

-
-
- {rm_form_legend} - -

- [if item_is] - - [if item_type_is_symlink] - {rm_symlink}: [dir][item_url] - [else] - {rm_file}: [dir][item_url] - [end] - - [else] - - [if dir_is_root] - {rm_root} - [else] - {rm_dir}: [dir_without_slash] - [end] - - [end] -

+

+[if item_is] + [if item_type_is_symlink] + {rm_symlink}: [dir][item_url] + [else] + {rm_file}: [dir][item_url] + [end] + +[else] + + [if dir_is_root] + [# !! IMPROVE ME for root dir one has to privide 'c' parameter in order to show the form] + {rm_root} + [else] + {rm_dir}: [dir_without_slash] + [end] + +[end] +

+ + + + [if not item_is] -

- -

+ [end] [if winix_function_param_is "postredirect"] [end] - +
+ +
-
+
diff --git a/winixd/locale/en b/winixd/locale/en index dd952ad..cd47099 100644 --- a/winixd/locale/en +++ b/winixd/locale/en @@ -258,7 +258,6 @@ reload_menu = plugin menu cache rm_header = Remove -rm_form_legend = Remove form rm_file = Do you really want to remove file rm_symlink = Do you really want to remove symlink rm_dir = Do you really want to remove directory diff --git a/winixd/locale/pl b/winixd/locale/pl index 2730e60..e62a4d6 100644 --- a/winixd/locale/pl +++ b/winixd/locale/pl @@ -281,7 +281,6 @@ reload_menu = cache pluginu 'menu' rm_header = Usuń -rm_form_legend = Formularz usuwania rm_file = Czy napewno usunąć plik rm_symlink = Czy napewno usunąć symlink rm_dir = Czy napewno usunąć katalog