Indefero

Indefero Commit Details


Date:2009-06-29 14:45:55 (15 years 5 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:bdea6e4cbb38a92b2a9af4448b20aeb649057fd0
Parents: 75af09062f635b1b6c5e5fdce50b80101bced92b
Message:Fixed English typo.

Changes:

File differences

src/IDF/Views/User.php
124124
125125
126126
127
127
128128
129129
130130
}
$keys = $request->user->get_idf_key_list();
if ($keys->count() > 0 and strlen($keys[0]->content) > 30) {
$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>');
$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>');
} else {
$ssh_key = __('You have not upload your public SSH key yet.');
}
src/IDF/templates/idf/user/myaccount.html
9696
9797
9898
99
99100
100101
101102
$("#form-show-0").click(function(){
$(".pass-info").show();
$("#form-block-0").hide();
return false;
});
$(".pass-info").hide();
});{/literal}

Archive Download the corresponding diff file

Page rendered in 0.08122s using 13 queries.