diff --git a/frontend/views/page/view.php b/frontend/views/page/view.php index f02295e..2884fa8 100755 --- a/frontend/views/page/view.php +++ b/frontend/views/page/view.php @@ -86,3 +86,15 @@ + +
+
+ +
+
\ No newline at end of file diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index b4215f8..d44c52a 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -172,4 +172,7 @@ span.panel-title{ font-weight: bold; color: #333333; margin-top: 20px; +} +.pages#get-it { + padding: 20px 0 20px; } \ No newline at end of file diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index bb9cf86..aa7e0fe 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -127,5 +127,11 @@ $( $(".btn-second-send").show(); } ); + + $(".modal-link") + .on('click', function(){ + var modaltitle = $(this).data('modalname'); + $(".modal-title").html(modaltitle); + }); } ); \ No newline at end of file -- libgit2 0.21.4