diff --git a/CHANGES.md b/CHANGES.md index cc252b85..d4b36d95 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### 0.x.x (2014-11-03 xx:xx:xx UTC) +### 0.x.x (2014-11-05 xx:xx:xx UTC) * Add Bootstrap for UI features * Change UI to resize fluidly on different display sizes, fixes the issue where top menu items would disappear on smaller screens. @@ -37,6 +37,8 @@ * Removed requirement for http login for API when an API key is provided * Change API now uses Timezone setting at General Config/Interface/User Interface/ at relevant endpoints * Fixes changing root dirs on the mass edit page +* Add the ability to use trash (or Recycle Bin) for selected actions on General Config/Misc/Send to trash +* Add handling for when deleting a show and the show folder no longer exists [develop changelog] * Improve display of progress bars in the Downloads columns of the show list page diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index fdea91e0..17cb500b 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -3009,7 +3009,7 @@ span.token-input-delete-token { .red-text {color:#d33} .clear-left {clear:left} - +.nextline-block {display:block} /* ======================================================================= jquery.confirm.css ========================================================================== */ diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 3c73da17..23b23f39 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -72,6 +72,21 @@ +
+ Send to trash for actions + + + +

selected actions use trash (recycle bin) instead of the default permanent delete

+
+
+