InDefero

Sign in or create your account | Project List | Help

InDefero Commit Details

Date:2009-06-29 21:45:55 (1 year 2 months ago)
Author:Loïc d'Anterroches
Commit:bdea6e4cbb38a92b2a9af4448b20aeb649057fd0
Message:Fixed English typo.

Files: src/IDF/Views/User.php (1 diff)
src/IDF/templates/idf/user/myaccount.html (1 diff)

Change Details

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

Archive Download the corresponding diff file

Branches:
dev
develop
master
newdiff
svn

Tags:
v1.0