From be0a15d02d26fc28067f81804bcb4cdb77d548e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 23 Apr 2023 19:57:47 +0200 Subject: [PATCH] RVRNEXT-5 extend views with currency edit --- views/communities/community.php | 8 +++- views/communities/community_currencies.php | 44 ++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 views/communities/community_currencies.php diff --git a/views/communities/community.php b/views/communities/community.php index 6ce29dc..4630656 100644 --- a/views/communities/community.php +++ b/views/communities/community.php @@ -17,7 +17,13 @@

Currencies

Main currency: getCurrency() ?>

-

Further currencies:

+ 0): ?> +

Further currencies:

+ + +
+

Edit currencies

+

Upcoming events

diff --git a/views/communities/community_currencies.php b/views/communities/community_currencies.php new file mode 100644 index 0000000..fd308d1 --- /dev/null +++ b/views/communities/community_currencies.php @@ -0,0 +1,44 @@ +@extends(templates/layout_normal) + +@section(main) +

getName() ?> - Edit currencies

+
+ + + + + + + + + + + + + + + + + + + + +
CurrencyRound digits
+
+
+ +
+ + + +
+
+ +
+ + + +
+
+@endsection