diff --git a/www/application/views/jobs/view_joboffer.php b/www/application/views/jobs/view_joboffer.php index 6a5f2b1e..17faa16f 100644 --- a/www/application/views/jobs/view_joboffer.php +++ b/www/application/views/jobs/view_joboffer.php @@ -80,7 +80,7 @@
- +
@@ -259,6 +259,37 @@ }); return false; } + $(document).ready(function () { + $('#jobdescription').trumbowyg({ + btns: [ + ['viewHTML'], + ['undo','redo'],// Only supported in Blink browsers + ['formatting'], + ['strong','em','del'], + ['superscript','subscript'], + ['link'], + /* ['insertImage'], */ + ['justifyLeft','justifyCenter','justifyRight','justifyFull'], + ['unorderedList','orderedList'], + ['horizontalRule'], + ['removeformat'], + ['fullscreen'] + ] + }); + /*$('#jobdescription').wysihtml5(); + var length_limit = 500; + $('#jobdescription').data("wysihtml5").editor.observe("load", function () { + editor.composer.element.addEventListener("keyup", function () { + // enter your listener-triggered code or function call here + var content = $(this).html(); + if (content.length > length_limit) { + //alert(length_limit + " characters is the limit!"); + //$(this).html(content.substr(0, length_limit)); + } + }); + alert('Templae CSS is uterly broken and I do not know how to fix it. JS works though...'); + });*/ + }); // --> diff --git a/www/application/views/site3/internal/template/view_securefooter.php b/www/application/views/site3/internal/template/view_securefooter.php index 029de55a..7a9d4eb7 100644 --- a/www/application/views/site3/internal/template/view_securefooter.php +++ b/www/application/views/site3/internal/template/view_securefooter.php @@ -53,6 +53,9 @@ + + @@ -61,15 +64,27 @@ - - + + + + + + + + + + + + + + diff --git a/www/application/views/site3/internal/template/view_securehead.php b/www/application/views/site3/internal/template/view_securehead.php index 74511525..cf57d301 100644 --- a/www/application/views/site3/internal/template/view_securehead.php +++ b/www/application/views/site3/internal/template/view_securehead.php @@ -24,10 +24,10 @@ $server_name = 'https://'. $_SERVER['HTTP_HOST']; - - + + + @@ -49,6 +49,8 @@ $server_name = 'https://'. $_SERVER['HTTP_HOST']; background-color: #4687ba; } + +