diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:14:58 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:14:58 +0000 |
| commit | 829a19a9f07b4dedaae43dd08601d90061abaaf5 (patch) | |
| tree | f0128cc1855afe9f0d749dda831aaf975d6b9830 /modules | |
| parent | 8aef1432cbd7b6584118dc533932acffc283f07b (diff) | |
| download | users-829a19a9f07b4dedaae43dd08601d90061abaaf5.tar.gz users-829a19a9f07b4dedaae43dd08601d90061abaaf5.tar.bz2 users-829a19a9f07b4dedaae43dd08601d90061abaaf5.zip | |
change all biticon links to point to the new icons provided in themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_user_bookmarks.tpl | 6 | ||||
| -rw-r--r-- | modules/mod_user_profile.tpl | 4 | ||||
| -rw-r--r-- | modules/mod_who_is_there.tpl | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/modules/mod_user_bookmarks.tpl b/modules/mod_user_bookmarks.tpl index fdb69e8..4aea9f9 100644 --- a/modules/mod_user_bookmarks.tpl +++ b/modules/mod_user_bookmarks.tpl @@ -1,10 +1,10 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/modules/Attic/mod_user_bookmarks.tpl,v 1.4 2006/04/11 13:10:19 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/modules/Attic/mod_user_bookmarks.tpl,v 1.5 2006/09/03 20:14:58 squareing Exp $ *} {if $gBitSystem->isFeatureActive( 'user_bookmarks' ) and $gBitUser->isRegistered() and $gBitUser->hasPermission( 'p_tidbits_create_bookmarks' )} {bitmodule title="$moduleTitle" name="user_bookmarks"} <table class="module box"> {section name=ix loop=$modb_folders} <tr><td valign="bottom"> - <a href="{$ownurl}{$modb_sep}bookmarks_parent={$modb_folders[ix].folder_id}">{biticon ipackage=liberty iname="folder" iexplain="folder"}</a>{$modb_folders[ix].name} + <a href="{$ownurl}{$modb_sep}bookmarks_parent={$modb_folders[ix].folder_id}">{biticon ipackage="icons" iname="folder" iexplain="folder"}</a>{$modb_folders[ix].name} </td></tr> {/section} {section name=ix loop=$modb_urls} @@ -13,7 +13,7 @@ {if $gBitUser->hasPermission( 'p_tidbits_cache_bookmarks' ) and $urls[ix].datalen > 0} (<a href="{$smarty.const.USERS_PKG_URL}cached_bookmark.php?urlid={$modb_urls[ix].url_id}">{tr}cache{/tr}</a>) {/if} - <a href="{$ownurl}{$modb_sep}bookmark_removeurl={$modb_urls[ix].url_id}">{biticon ipackage=liberty iname="delete_small" iexplain="remove"}</a> + <a href="{$ownurl}{$modb_sep}bookmark_removeurl={$modb_urls[ix].url_id}">{biticon ipackage="icons" iname="edit-delete" iexplain="remove"}</a> </td></tr> {/section} </table><br /> diff --git a/modules/mod_user_profile.tpl b/modules/mod_user_profile.tpl index 404be2c..e6ce2fb 100644 --- a/modules/mod_user_profile.tpl +++ b/modules/mod_user_profile.tpl @@ -3,14 +3,14 @@ <h2 style="text-align:center;"> {displayname hash=$userInfo} {if $gQueryUserId and $gBitSystem->isPackageActive( 'messages' ) and $gBitUser->hasPermission( 'p_messages_send' ) and $userPrefs.messages_allow_messages eq 'y'} - <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$userInfo.login}">{biticon ipackage="messages" iname="send_mail" iexplain="Send user a personal message" iforce="icon"}</a> + <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$userInfo.login}">{biticon ipackage="icons" iname="mail-send-receive" iexplain="Send user a personal message" iforce="icon"}</a> {/if} </h2> <p style="text-align:center;"> {if $userInfo.avatar_url} <img src="{$userInfo.avatar_url}" class="thumb" title="{tr}Avatar{/tr}" alt="{tr}Avatar{/tr}"/> {else} - {biticon ipackage=users iname="unknown_user" class="thumb" iexplain="no user avatar uploaded" iforce="icon"} + {biticon ipackage="icons" iname="user-offline" class="thumb" iexplain="no user avatar uploaded" iforce="icon"} {/if} <br /> {tr}Last login{/tr}: {$userInfo.last_login|bit_short_date} diff --git a/modules/mod_who_is_there.tpl b/modules/mod_who_is_there.tpl index f2f14e1..6efe2fe 100644 --- a/modules/mod_who_is_there.tpl +++ b/modules/mod_who_is_there.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/modules/mod_who_is_there.tpl,v 1.7 2006/04/30 17:43:37 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/modules/mod_who_is_there.tpl,v 1.8 2006/09/03 20:14:58 squareing Exp $ *} {bitmodule title="$moduleTitle" name="who_is_there"} <div> {if $logged_users eq 0} @@ -14,7 +14,7 @@ </div> {section name=ix loop=$online_users} {if $user and $gBitSystem->isFeatureActive( 'feature_messages' ) and $gBitUser->hasPermission( 'p_messages_send' )} - <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$online_users[ix].user}" title="{tr}Send a message to{/tr} {$online_users[ix].user}">{biticon ipackage="users" iname="send_msg_small" iexplain="send message"}</a> + <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php?to={$online_users[ix].user}" title="{tr}Send a message to{/tr} {$online_users[ix].user}">{biticon ipackage="icons" iname="mail-forward style="width:8px;height:8px;"" iexplain="send message"}</a> {/if} {if $online_users[ix].users_information eq 'public'} {math equation="x - y" x=$smarty.now y=$online_users[ix].timestamp assign=idle} |
