while the pay page could use further refinement from a visual aspect, it is completely working and ready for a tutorial

This commit is contained in:
cktricky
2014-03-16 16:10:12 -04:00
parent 41a596aba0
commit d11617f272
+16 -3
View File
@@ -82,13 +82,18 @@
<table class="table table-condensed table-striped table-hover table-bordered pull-left" id="data_table"> <table class="table table-condensed table-striped table-hover table-bordered pull-left" id="data_table">
<thead> <thead>
<tr> <tr>
<th style="width:25%"> <th style="width:30%">
Bank Account Number Encrypted Bank Account Number
<%=link_to "#", { :style => "color:#AA6F93", :id => "encrypted_acct_question"} do %>
<span class="box1">
<span aria-hidden="true" class="icon-question"></span>
</span>
<% end %>
</th> </th>
<th style="width:25%"> <th style="width:25%">
Bank Routing Number Bank Routing Number
</th> </th>
<th style="width:25%"> <th style="width:20%">
Percentage of Deposit Percentage of Deposit
</th> </th>
<th style="width:25%"> <th style="width:25%">
@@ -267,6 +272,14 @@ $("#dd_form_btn").click(function(event) {
}); });
}); });
$("#encrypted_acct_question").click(function(event) {
event.preventDefault();
alert("For your safety your account number is stored encrypted as well as presented to you \nin an encrypted form.\n\n" +
"For your convenience, you can decrypt your bank account number at any time using our\n" +
"conveniently located decryption function."
)
});
/* /*
Make the sidebar element "Pay" active. Make the sidebar element "Pay" active.
*/ */