Oops, missed tree closure...

This commit is contained in:
blakeross%telocity.com 2001-06-08 16:46:05 +00:00
parent b6a7483d27
commit 44dbea8574
2 changed files with 1 additions and 22 deletions

View File

@ -42,7 +42,7 @@
<script type="application/x-javascript">
<![CDATA[
var _elementIDs = ["accOrgImages", "networkImageBehaviour", "networkImageWarnAboutImages", "imageLooping"];
var _elementIDs = ["accOrgImages", "networkImageBehaviour", "networkImageWarnAboutImages"];
function init()
{
@ -117,18 +117,5 @@
</box>
</titledbox>
<titledbox orient="vertical">
<label value="&animLoopingDetails.label;"/>
<radiogroup id="imageLooping" orient="vertical" autostretch="never"
pref="true" preftype="string" prefstring="image.animation_mode"
prefattribute="value">
<radio group="imageLooping" value="normal" label="&animLoopForever.label;"
accesskey="&animLoopForever.accesskey;"/>
<radio group="imageLooping" value="once" label="&animLoopOnce.label;"
accesskey="&animLoopOnce.accesskey;"/>
<radio group="imageLooping" value="never" label="&animLoopNever.label;"
accesskey="&animLoopNever.accesskey;"/>
</radiogroup>
</titledbox>
</window>

View File

@ -19,11 +19,3 @@
<!ENTITY viewImagesExplanation.label "View list of sites about which image acceptance information is stored">
<!ENTITY viewImages.label "View Image Permissions">
<!ENTITY viewImages.accesskey "p">
<!ENTITY animLoopingTitle.label "Image Looping">
<!ENTITY animLoopingDetails.label "Animated images should loop:">
<!ENTITY animLoopForever.label "Forever">
<!ENTITY animLoopForever.accesskey "F">
<!ENTITY animLoopOnce.label "Once">
<!ENTITY animLoopOnce.accesskey "O">
<!ENTITY animLoopNever.label "Never">
<!ENTITY animLoopNever.accesskey "N">