diff options
author | Friendika <info@friendika.com> | 2010-11-16 23:26:14 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-16 23:26:14 -0800 |
commit | c2086ec50ed339fb864c8f0a93fbc40ff530c666 (patch) | |
tree | ed7a655b355d289216678dac6b7a57364d83b41c /view | |
parent | f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311 (diff) | |
download | volse-hubzilla-c2086ec50ed339fb864c8f0a93fbc40ff530c666.tar.gz volse-hubzilla-c2086ec50ed339fb864c8f0a93fbc40ff530c666.tar.bz2 volse-hubzilla-c2086ec50ed339fb864c8f0a93fbc40ff530c666.zip |
pull some template strings
Diffstat (limited to 'view')
-rw-r--r-- | view/contacts-top.tpl (renamed from view/en/contacts-top.tpl) | 2 | ||||
-rw-r--r-- | view/en/contact_edit.tpl | 14 | ||||
-rw-r--r-- | view/en/contact_self.tpl | 9 |
3 files changed, 8 insertions, 17 deletions
diff --git a/view/en/contacts-top.tpl b/view/contacts-top.tpl index 2e56fa2ea..324980093 100644 --- a/view/en/contacts-top.tpl +++ b/view/contacts-top.tpl @@ -1,4 +1,4 @@ -<h1>Contacts</h1> +<h1>$header</h1> $finding diff --git a/view/en/contact_edit.tpl b/view/en/contact_edit.tpl index 96abf0028..a5c8dc4ab 100644 --- a/view/en/contact_edit.tpl +++ b/view/en/contact_edit.tpl @@ -1,5 +1,5 @@ -<h2>Contact Editor</h2> +<h2>$header</h2> <div id="contact-edit-banner-name">$name</div> @@ -9,23 +9,23 @@ <div id="contact-edit-photo-wrapper" > <img id="contact-edit-direction-icon" src="$dir_icon" alt="$alt_text" title="$alt_text" /> <div id="contact-edit-photo" > - <a href="$url" title="Visit $name's profile" /><img src="$photo" $sparkle alt="$name" /></a> + <a href="$url" title="$visit" /><img src="$photo" $sparkle alt="$name" /></a> </div> <div id="contact-edit-photo-end" ></div> </div> <div id="contact-edit-nav-wrapper" > <div id="contact-edit-links" > - <a href="contacts/$contact_id/block" id="contact-edit-block-link" ><img src="images/b_block.gif" alt="Block/Unblock contact" title="$block_text"/></a> - <a href="contacts/$contact_id/ignore" id="contact-edit-ignore-link" ><img src="images/no.gif" alt="Ignore contact" title="$ignore_text"/></a> + <a href="contacts/$contact_id/block" id="contact-edit-block-link" ><img src="images/b_block.gif" alt="$blockunblock" title="$block_text"/></a> + <a href="contacts/$contact_id/ignore" id="contact-edit-ignore-link" ><img src="images/no.gif" alt="$ignorecont" title="$ignore_text"/></a> </div> <div id="contact-drop-links" > - <a href="contacts/$contact_id/drop" id="contact-edit-drop-link" onclick="return confirmDelete();" ><img src="images/b_drophide.gif" alt="Delete contact" title="Delete contact" onmouseover="imgbright(this);" onmouseout="imgdull(this);" /></a> + <a href="contacts/$contact_id/drop" id="contact-edit-drop-link" onclick="return confirmDelete();" ><img src="images/b_drophide.gif" alt="$delete" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);" /></a> </div> <div id="contact-edit-nav-end"></div> <div id="contact-edit-poll-wrapper"> - <div id="contact-edit-last-update-text">Last updated: <span id="contact-edit-last-updated">$last_update</span</div> - <div id="contact-edit-poll-text">Update public posts: </div> + <div id="contact-edit-last-update-text">$lastupdtext<span id="contact-edit-last-updated">$last_update</span</div> + <div id="contact-edit-poll-text">$updpub</div> $poll_interval </div> </div> diff --git a/view/en/contact_self.tpl b/view/en/contact_self.tpl deleted file mode 100644 index 7f5467b39..000000000 --- a/view/en/contact_self.tpl +++ /dev/null @@ -1,9 +0,0 @@ - -<img src="$thumb" alt="$name" > - -<p>$name</p> -<p> -This is you. -</p> - -<hr />
\ No newline at end of file |