|
@@ -317,16 +317,16 @@ function postactiv_set_expire_months {
|
317
|
317
|
}
|
318
|
318
|
|
319
|
319
|
function configure_interactive_postactiv {
|
320
|
|
- W=(1 $"Set a background image"
|
321
|
|
- 2 $"Set the title"
|
322
|
|
- 3 $"Set post expiry period (currently $POSTACTIV_EXPIRE_MONTHS months)"
|
323
|
|
- 4 $"Select Qvitter user interface"
|
324
|
|
- 5 $"Select Pleroma user interface"
|
325
|
|
- 6 $"Select Classic user interface")
|
326
|
|
-
|
327
|
320
|
read_config_param "POSTACTIV_EXPIRE_MONTHS"
|
328
|
321
|
while true
|
329
|
322
|
do
|
|
323
|
+ W=(1 $"Set a background image"
|
|
324
|
+ 2 $"Set the title"
|
|
325
|
+ 3 $"Set post expiry period (currently $POSTACTIV_EXPIRE_MONTHS months)"
|
|
326
|
+ 4 $"Select Qvitter user interface"
|
|
327
|
+ 5 $"Select Pleroma user interface"
|
|
328
|
+ 6 $"Select Classic user interface")
|
|
329
|
+
|
330
|
330
|
# shellcheck disable=SC2068
|
331
|
331
|
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"PostActiv" --menu $"Choose an operation, or ESC to exit:" 15 60 6 "${W[@]}" 3>&2 2>&1 1>&3)
|
332
|
332
|
|