diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:40:43 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:40:43 -0400 |
| commit | f13e69a9cc8aeabdf5a07ad6032e89e8c0cb5d80 (patch) | |
| tree | acebf651bf5737ec61c873b6d4fbc800fdeef804 | |
| parent | 68b50d6793a12cf1594fdcb4745dfdb6f9be0827 (diff) | |
| download | liberty-f13e69a9cc8aeabdf5a07ad6032e89e8c0cb5d80.tar.gz liberty-f13e69a9cc8aeabdf5a07ad6032e89e8c0cb5d80.tar.bz2 liberty-f13e69a9cc8aeabdf5a07ad6032e89e8c0cb5d80.zip | |
convert lots of biticon to booticon
| -rw-r--r-- | templates/add_structure_content.tpl | 4 | ||||
| -rw-r--r-- | templates/admin_plugins.tpl | 2 | ||||
| -rw-r--r-- | templates/center_list_generic.tpl | 2 | ||||
| -rw-r--r-- | templates/content_permissions.tpl | 6 | ||||
| -rw-r--r-- | templates/content_role_permissions.tpl | 6 | ||||
| -rw-r--r-- | templates/display_comment.tpl | 4 | ||||
| -rw-r--r-- | templates/display_structure.tpl | 2 | ||||
| -rw-r--r-- | templates/edit_storage_list.tpl | 2 | ||||
| -rw-r--r-- | templates/edit_structure_inc.tpl | 4 | ||||
| -rw-r--r-- | templates/mime/pdf/admin.tpl | 2 | ||||
| -rw-r--r-- | templates/mime/video/admin.tpl | 6 | ||||
| -rw-r--r-- | templates/service_content_body_inc.tpl | 2 | ||||
| -rw-r--r-- | templates/service_content_icon_inc.tpl | 2 |
13 files changed, 22 insertions, 22 deletions
diff --git a/templates/add_structure_content.tpl b/templates/add_structure_content.tpl index 9e9dc9b..2494a8c 100644 --- a/templates/add_structure_content.tpl +++ b/templates/add_structure_content.tpl @@ -93,11 +93,11 @@ function submitStructure(pForm,pContentId,pMode) { {assign var=inStructure value=$gStructure->isInStructure($contentListHash[cx].content_id)} <div class="icon" {if empty($inStructure)}style="display:none"{/if} id="{$contentListHash[cx].content_id}remove" onclick="submitStructure(document.getElementById('structureaddform'),{$contentListHash[cx].content_id},'remove')"> - {biticon ipackage="icons" iname="list-remove" iexplain="Remove"} + {booticon iname="icon-minus-sign" ipackage="icons" iexplain="Remove"} </div> <div class="icon" {if $inStructure}style="display:none"{/if} id="{$contentListHash[cx].content_id}add" onclick="submitStructure(document.getElementById('structureaddform'),{$contentListHash[cx].content_id},'add')"> - {biticon ipackage="icons" iname="list-add" iexplain="Add to structure"} + {booticon iname="icon-plus-sign" ipackage="icons" iexplain="Add to structure"} </div> <a target="_new" href="{$contentListHash[cx].display_url}"> diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl index eb4506b..2f9ae1e 100644 --- a/templates/admin_plugins.tpl +++ b/templates/admin_plugins.tpl @@ -67,7 +67,7 @@ {if $plugin.is_active == 'x'} Missing {elseif $plugin.plugin_type == 'mime' && $guid == $smarty.const.LIBERTY_DEFAULT_MIME_HANDLER} - {biticon iname="dialog-ok" iexplain="Default"} + {booticon iname="icon-ok" iexplain="Default"} <input type="hidden" name="PLUGINS[{$guid}]" value="y" /> {else} {html_checkboxes name="PLUGINS[`$guid`]" values="y" checked=`$plugin.is_active` labels=false id=$guid} diff --git a/templates/center_list_generic.tpl b/templates/center_list_generic.tpl index 97d5d8c..7c31c0d 100644 --- a/templates/center_list_generic.tpl +++ b/templates/center_list_generic.tpl @@ -11,7 +11,7 @@ <div class="body"> {form class="minifind" legend="find in entries"} <input type="hidden" name="sort_mode" value="{$sort_mode}" /> - {biticon ipackage="icons" iname="edit-find" iexplain="Search"} + {booticon iname="icon-search" ipackage="icons" iexplain="Search"} <label>{tr}Title{/tr}: <input size="16" type="text" name="find_title" value="{$find_title|default:$smarty.request.find_title|escape}" /></label> <label>{tr}Author{/tr}: <input size="10" type="text" name="find_author" value="{$find_author|default:$smarty.request.find_author|escape}" /></label> <label>{tr}Last Editor{/tr}: <input size="10" type="text" name="find_last_editor" value="{$find_last_editor|default:$smarty.request.find_last_editor|escape}" /></label> diff --git a/templates/content_permissions.tpl b/templates/content_permissions.tpl index 437aed5..36be0e1 100644 --- a/templates/content_permissions.tpl +++ b/templates/content_permissions.tpl @@ -66,9 +66,9 @@ <h2>{tr}Legend{/tr}</h2> <dl> - <dt>{biticon iname="list-add" iexplain=""} Custom Permission: Always Allow</dt> - <dt>{biticon iname="list-remove" iexplain=""} Custom Permission: Always Deny</dt> - <dt>{biticon iname="dialog-ok" iexplain=""} Global Permission: Allow</dt> + <dt>{booticon iname="icon-plus-sign" iexplain=""} Custom Permission: Always Allow</dt> + <dt>{booticon iname="icon-minus-sign" iexplain=""} Custom Permission: Always Deny</dt> + <dt>{booticon iname="icon-ok" iexplain=""} Global Permission: Allow</dt> <dt>{biticon iname="media-playback-stop" iexplain=""} Global Permission: Deny</dt> </dl> </div><!-- end .body --> diff --git a/templates/content_role_permissions.tpl b/templates/content_role_permissions.tpl index c40d736..738ed5e 100644 --- a/templates/content_role_permissions.tpl +++ b/templates/content_role_permissions.tpl @@ -66,9 +66,9 @@ <h2>{tr}Legend{/tr}</h2> <dl> - <dt>{biticon iname="list-add" iexplain=""} Custom Permission: Always Allow</dt> - <dt>{biticon iname="list-remove" iexplain=""} Custom Permission: Always Deny</dt> - <dt>{biticon iname="dialog-ok" iexplain=""} Global Permission: Allow</dt> + <dt>{booticon iname="icon-plus-sign" iexplain=""} Custom Permission: Always Allow</dt> + <dt>{booticon iname="icon-minus-sign" iexplain=""} Custom Permission: Always Deny</dt> + <dt>{booticon iname="icon-ok" iexplain=""} Global Permission: Allow</dt> <dt>{biticon iname="media-playback-stop" iexplain=""} Global Permission: Deny</dt> </dl> </div><!-- end .body --> diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl index dbc48ba..71317a4 100644 --- a/templates/display_comment.tpl +++ b/templates/display_comment.tpl @@ -8,9 +8,9 @@ <div class="floaticon"> {if $gBitUser->hasPermission( 'p_liberty_post_comments' )} {if $comments_ajax } - <a href="javascript:void(0);" onclick="LibertyComment.attachForm('comment_{$comment.content_id}', '{$comment.content_id}', '{$comment.root_id}')">{biticon ipackage="icons" iname="mail-reply-sender" iexplain="Reply to this comment"}</a> + <a href="javascript:void(0);" onclick="LibertyComment.attachForm('comment_{$comment.content_id}', '{$comment.content_id}', '{$comment.root_id}')">{booticon iname="icon-envelope-alt" ipackage="icons" iexplain="Reply to this comment"}</a> {else} - {biticon class="icon" ipackage="icons" iname="mail-reply-sender" iexplain="Reply to this comment" onclick="window.location='`$comments_return_url`&post_comment_reply_id=`$comment.content_id`&post_comment_request=1#editcomments';" } + {booticon iname="icon-envelope-alt" class="icon" ipackage="icons" iexplain="Reply to this comment" onclick="window.location='`$comments_return_url`&post_comment_reply_id=`$comment.content_id`&post_comment_request=1#editcomments';" } {/if} {/if} {if $comment.is_editable} diff --git a/templates/display_structure.tpl b/templates/display_structure.tpl index b19c86a..021bf77 100644 --- a/templates/display_structure.tpl +++ b/templates/display_structure.tpl @@ -22,7 +22,7 @@ {if $structureInfo.prev and $structureInfo.prev.structure_id} <a href="index.php?structure_id={$structureInfo.prev.structure_id}"> {if $wikibook_use_icons eq 'y'} - {biticon ipackage="icons" iname="go-previous" iexplain=Previous} + {booticon iname="icon-arrow-left" ipackage="icons" iexplain=Previous} {else} « {$structureInfo.prev.title|escape} {/if} diff --git a/templates/edit_storage_list.tpl b/templates/edit_storage_list.tpl index 5c833ff..9132e27 100644 --- a/templates/edit_storage_list.tpl +++ b/templates/edit_storage_list.tpl @@ -53,7 +53,7 @@ </a> {else} {if $storage.is_mime} - <a href="{$storage.display_url}">{biticon ipackage="icons" iname="document-open" iexplain="View"}</a> + <a href="{$storage.display_url}">{booticon iname="icon-folder-open" ipackage="icons" iexplain="View"}</a> {/if} <a href="{$smarty.server.SCRIPT_NAME}?{$smarty.capture.urlArgs}&deleteAttachment={$attachmentId}">{booticon iname="icon-trash" ipackage="icons" iexplain="Delete"}</a> {/if} diff --git a/templates/edit_structure_inc.tpl b/templates/edit_structure_inc.tpl index 0290efb..bfcd0eb 100644 --- a/templates/edit_structure_inc.tpl +++ b/templates/edit_structure_inc.tpl @@ -22,8 +22,8 @@ <ul class="inline navbar"> <li><a id="tree-moveUp" href="javascript:void(0)">{booticon iname="icon-cloud-upload" ipackage="icons" iexplain="Up"}</a></li> - <li><a id="tree-moveDown" href="javascript:void(0)">{biticon ipackage="icons" iname="go-down" iexplain="Down"}</a></li> - <li><a id="tree-moveLeft" href="javascript:void(0)">{biticon ipackage="icons" iname="go-previous" iexplain="Left"}</a></li> + <li><a id="tree-moveDown" href="javascript:void(0)">{booticon iname="icon-cloud-download" ipackage="icons" iexplain="Down"}</a></li> + <li><a id="tree-moveLeft" href="javascript:void(0)">{booticon iname="icon-arrow-left" ipackage="icons" iexplain="Left"}</a></li> <li><a id="tree-moveRight" href="javascript:void(0)">{biticon ipackage="icons" iname="go-next" iexplain="Right"}</a></li> {if !$no_delete} <li><a id="tree-remove" href="javascript:void(0)">{booticon iname="icon-trash" ipackage="icons" iexplain="Remove"}</a></li> diff --git a/templates/mime/pdf/admin.tpl b/templates/mime/pdf/admin.tpl index 6d28313..f4748ea 100644 --- a/templates/mime/pdf/admin.tpl +++ b/templates/mime/pdf/admin.tpl @@ -8,7 +8,7 @@ <div class="body"> {form legend="PDF Plugin settings"} <p class="warning"> - {biticon iname="dialog-warning" iexplain="Warning"} {tr}To make use of this plugin, you need to install <a class="external" href="http://www.swftools.org/">SWF Tools</a>. This will provide all necessary tools to convert uploaded PDF files to shockwave flash files that can be viewed in your browser.{/tr} + {booticon iname="icon-warning-sign" iexplain="Warning"} {tr}To make use of this plugin, you need to install <a class="external" href="http://www.swftools.org/">SWF Tools</a>. This will provide all necessary tools to convert uploaded PDF files to shockwave flash files that can be viewed in your browser.{/tr} </p> {if !$gLibertySystem->isPluginActive( 'mimepdf' )} diff --git a/templates/mime/video/admin.tpl b/templates/mime/video/admin.tpl index b240243..7196f17 100644 --- a/templates/mime/video/admin.tpl +++ b/templates/mime/video/admin.tpl @@ -12,11 +12,11 @@ {if $ffmpeg_extension} <p class="success"> - {biticon iname="dialog-ok" iexplain="OK"} {tr}The <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> extension is available.{/tr} + {booticon iname="icon-ok" iexplain="OK"} {tr}The <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> extension is available.{/tr} </p> {else} <p class="warning"> - {biticon iname="dialog-warning" iexplain="Warning"} {tr}If possible, please install the <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> php extension. This plugin will work without the extension but many features will not work well such as video recognition and mp4 uploads.{/tr} + {booticon iname="icon-warning-sign" iexplain="Warning"} {tr}If possible, please install the <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> php extension. This plugin will work without the extension but many features will not work well such as video recognition and mp4 uploads.{/tr} </p> {/if} @@ -149,7 +149,7 @@ </div> <p class="warning"> - {biticon iname="dialog-warning" iexplain="Warning"} {tr}ffmpeg has a habit of changing the API when releasing new versions. Due to the demand for new features and the tendency to use cutting edge versions of ffmpeg it is very difficult to keep track of these API changes.{/tr} + {booticon iname="icon-warning-sign" iexplain="Warning"} {tr}ffmpeg has a habit of changing the API when releasing new versions. Due to the demand for new features and the tendency to use cutting edge versions of ffmpeg it is very difficult to keep track of these API changes.{/tr} </p> <div class="control-group"> diff --git a/templates/service_content_body_inc.tpl b/templates/service_content_body_inc.tpl index 1a58c6c..eceda17 100644 --- a/templates/service_content_body_inc.tpl +++ b/templates/service_content_body_inc.tpl @@ -1,4 +1,4 @@ {if $gBitSystem->isFeatureActive( 'liberty_display_status' ) && ($gBitUser->hasPermission('p_liberty_edit_content_status') || $gBitUser->hasPermission('p_liberty_edit_all_status')) && !is_null($serviceHash.content_status_id) && $serviceHash.content_status_id != 50} {assign var=contentStatusId value=$serviceHash.content_status_id} - <p class="liberty_status">{biticon iname=dialog-warning iexplain="Warning"} {tr}The status of this content is <strong>{$gContent->getContentStatusName($contentStatusId)}</strong>{/tr}.</p> + <p class="liberty_status">{booticon iname="icon-warning-sign" iexplain="Warning"} {tr}The status of this content is <strong>{$gContent->getContentStatusName($contentStatusId)}</strong>{/tr}.</p> {/if}{$gContent->mInfo.content_status_name} diff --git a/templates/service_content_icon_inc.tpl b/templates/service_content_icon_inc.tpl index 6bd27f3..5796d75 100644 --- a/templates/service_content_icon_inc.tpl +++ b/templates/service_content_icon_inc.tpl @@ -24,6 +24,6 @@ {/if} {* This should always be last so it is right most in the icons! *} {if $preview && $closeclick} - <a onclick="javascript:return cClick();">{biticon ipackage=icons iname=window-close iexplain="Close Popup"}</a> + <a onclick="javascript:return cClick();">{booticon iname="icon-remove" ipackage=icons iexplain="Close Popup"}</a> {/if} {/strip} |
