diff options
author | Friendika <info@friendika.com> | 2011-04-07 18:00:35 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-07 18:00:35 -0700 |
commit | 338ba485548f9ec1acbc9349f7db95e84c51e7eb (patch) | |
tree | d43dc2127c85e5a1df96a1aeb24e23d35d846b67 /view/sv | |
parent | 3a6dfb9862c4d91f7a2f259bca447a469e19e8b5 (diff) | |
download | volse-hubzilla-338ba485548f9ec1acbc9349f7db95e84c51e7eb.tar.gz volse-hubzilla-338ba485548f9ec1acbc9349f7db95e84c51e7eb.tar.bz2 volse-hubzilla-338ba485548f9ec1acbc9349f7db95e84c51e7eb.zip |
more templates
Diffstat (limited to 'view/sv')
-rw-r--r-- | view/sv/profile-hide-friends.tpl | 16 | ||||
-rw-r--r-- | view/sv/profile-in-directory.tpl | 16 | ||||
-rw-r--r-- | view/sv/profile-in-netdir.tpl | 16 | ||||
-rw-r--r-- | view/sv/profile_listing_header.tpl | 7 | ||||
-rw-r--r-- | view/sv/registrations.tpl | 1 |
5 files changed, 0 insertions, 56 deletions
diff --git a/view/sv/profile-hide-friends.tpl b/view/sv/profile-hide-friends.tpl deleted file mode 100644 index 367c4317f..000000000 --- a/view/sv/profile-hide-friends.tpl +++ /dev/null @@ -1,16 +0,0 @@ -<p id="hide-friends-text"> -Dölj kontaktlista/vänlista för de som ser denna profil? -</p> - - <div id="hide-friends-yes-wrapper"> - <label id="hide-friends-yes-label" for="hide-friends-yes">Ja</label> - <input type="radio" name="hide-friends" id="hide-friends-yes" $yes_selected value="1" /> - - <div id="hide-friends-break" ></div> - </div> - <div id="hide-friends-no-wrapper"> - <label id="hide-friends-no-label" for="hide-friends-no">Nej</label> - <input type="radio" name="hide-friends" id="hide-friends-no" $no_selected value="0" /> - - <div id="hide-friends-end"></div> - </div>
\ No newline at end of file diff --git a/view/sv/profile-in-directory.tpl b/view/sv/profile-in-directory.tpl deleted file mode 100644 index 982fe990e..000000000 --- a/view/sv/profile-in-directory.tpl +++ /dev/null @@ -1,16 +0,0 @@ -<p id="profile-in-directory"> -Publicera din huvudsakliga profil (default) i webbplatsens medlemskatalog? -</p> - - <div id="profile-in-dir-yes-wrapper"> - <label id="profile-in-dir-yes-label" for="profile-in-dir-yes">Ja</label> - <input type="radio" name="profile_in_directory" id="profile-in-dir-yes" $yes_selected value="1" /> - - <div id="profile-in-dir-break" ></div> - </div> - <div id="profile-in-dir-no-wrapper"> - <label id="profile-in-dir-no-label" for="profile-in-dir-no">Nej</label> - <input type="radio" name="profile_in_directory" id="profile-in-dir-no" $no_selected value="0" /> - - <div id="profile-in-dir-end"></div> - </div>
\ No newline at end of file diff --git a/view/sv/profile-in-netdir.tpl b/view/sv/profile-in-netdir.tpl deleted file mode 100644 index 430173511..000000000 --- a/view/sv/profile-in-netdir.tpl +++ /dev/null @@ -1,16 +0,0 @@ -<p id="profile-in-directory"> -Publicera din huvudsakliga profil (default) i den globala medlemskatalogen? -</p> - - <div id="profile-in-netdir-yes-wrapper"> - <label id="profile-in-netdir-yes-label" for="profile-in-netdir-yes">Ja</label> - <input type="radio" name="profile_in_netdirectory" id="profile-in-netdir-yes" $yes_selected value="1" /> - - <div id="profile-in-netdir-break" ></div> - </div> - <div id="profile-in-netdir-no-wrapper"> - <label id="profile-in-netdir-no-label" for="profile-in-netdir-no">Nej</label> - <input type="radio" name="profile_in_netdirectory" id="profile-in-netdir-no" $no_selected value="0" /> - - <div id="profile-in-netdir-end"></div> - </div>
\ No newline at end of file diff --git a/view/sv/profile_listing_header.tpl b/view/sv/profile_listing_header.tpl deleted file mode 100644 index ce81dd279..000000000 --- a/view/sv/profile_listing_header.tpl +++ /dev/null @@ -1,7 +0,0 @@ -<h1>Profiler</h1> -<p id="profile-listing-desc" > -<a href="profile_photo" >Byt profilbild</a> -</p> -<div id="profile-listing-new-link-wrapper" > -<a href="profiles/new" id="profile-listing-new-link" name="Create New Profile" >Skapa ny profil</a> -</div> diff --git a/view/sv/registrations.tpl b/view/sv/registrations.tpl deleted file mode 100644 index 869fa1a90..000000000 --- a/view/sv/registrations.tpl +++ /dev/null @@ -1 +0,0 @@ -<li>$fullname ($email) : <a href="$approvelink">Godkänn</a> - <a href="$denylink">Avslå</a></li> |