Oops, missed tree closure...
git-svn-id: svn://10.0.0.236/trunk@96719 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
142221975a
commit
a86c4c2f7a
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user