]> git.mxchange.org Git - friendica.git/commitdiff
Added link to import a profile im register tpl
authorSilke Meyer <silke@silkemeyer.net>
Wed, 4 Sep 2013 18:51:04 +0000 (20:51 +0200)
committerSilke Meyer <silke@silkemeyer.net>
Wed, 4 Sep 2013 18:51:04 +0000 (20:51 +0200)
mod/register.php
view/templates/register.tpl

index 3532f92e8d132e65d6b17578325c557ae314fc3a..9b81ecabb2ae0fe20caab2d7cbbdba3c926259b9 100644 (file)
@@ -278,7 +278,9 @@ function register_content(&$a) {
                '$nickname'  => $nickname,
                '$license'   => $license,
                '$sitename'  => $a->get_hostname(),
-      
+               '$importh'   => t('Import'),
+               '$importt'   => t('Import your profile to this friendica instance'),
+
        ));
        return $o;
 
index 5e655cd82e6d81f4430f7a180f6658f7ff1944b2..ff650e24700af25481d2c980a73c22709edad2bc 100644 (file)
                <input type="submit" name="submit" id="register-submit-button" value="{{$regbutt}}" />
        </div>
        <div id="register-submit-end" ></div>
-    
+
+<h3>{{$importh}}</h3>
+       <div id ="import-profile">
+               <a href="/uimport">{{$importt}}</a>
+       </div>
 </form>
 
 {{$license}}