Change Details
| src/IDF/Views/User.php |
| 124 | 124 | } |
| 125 | 125 | $keys = $request->user->get_idf_key_list(); |
| 126 | 126 | if ($keys->count() > 0 and strlen($keys[0]->content) > 30) { |
| 127 | | $ssh_key = Pluf_Template::markSafe('<span class="mono">'.Pluf_esc(substr($keys[0]->content, 0, 30)).'...</span><br /><span class="helptext">'.__('Troncated for security reasons.').'</span>'); |
| 127 | $ssh_key = Pluf_Template::markSafe('<span class="mono">'.Pluf_esc(substr($keys[0]->content, 0, 30)).'...</span><br /><span class="helptext">'.__('Truncated for security reasons.').'</span>'); |
| 128 | 128 | } else { |
| 129 | 129 | $ssh_key = __('You have not upload your public SSH key yet.'); |
| 130 | 130 | } |
| src/IDF/templates/idf/user/myaccount.html |
| 96 | 96 | $("#form-show-0").click(function(){ |
| 97 | 97 | $(".pass-info").show(); |
| 98 | 98 | $("#form-block-0").hide(); |
| 99 | return false; |
| 99 | 100 | }); |
| 100 | 101 | $(".pass-info").hide(); |
| 101 | 102 | });{/literal} |
Download the corresponding diff file