From 0b2a9bac21d26aa604a29a430dc9bbd9b11f0902 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Fri, 10 Jan 2025 15:30:48 +0700 Subject: [PATCH] PPPOE allow Monthly instead Period --- ui/ui/pppoe-add.tpl | 3 ++- ui/ui/pppoe-edit.tpl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/ui/pppoe-add.tpl b/ui/ui/pppoe-add.tpl index b8ace2b4..0a02be52 100644 --- a/ui/ui/pppoe-add.tpl +++ b/ui/ui/pppoe-add.tpl @@ -161,7 +161,8 @@ `; - var postOpt = ``; + var postOpt = ``; function prePaid() { $("#validity_unit").html(preOpt); $('#expired_date').addClass('hidden'); diff --git a/ui/ui/pppoe-edit.tpl b/ui/ui/pppoe-edit.tpl index ef78a3a7..1ad49ceb 100644 --- a/ui/ui/pppoe-edit.tpl +++ b/ui/ui/pppoe-edit.tpl @@ -226,7 +226,8 @@ `; - var postOpt = ``; + var postOpt = ` + `; function prePaid() { $("#validity_unit").html(preOpt); $('#expired_date').addClass('hidden');