My mistake, fixed
This commit is contained in:
@@ -53,6 +53,20 @@
|
|||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template name="okcancelbuttonscanceldefault">
|
||||||
|
<form>
|
||||||
|
<button
|
||||||
|
index="0"
|
||||||
|
name="OK"
|
||||||
|
text="$yestext"/>
|
||||||
|
<button
|
||||||
|
default="true"
|
||||||
|
index="1"
|
||||||
|
name="Cancel"
|
||||||
|
text="$notext"/>
|
||||||
|
</form>
|
||||||
|
</template>
|
||||||
|
|
||||||
<template name="okcancelignore">
|
<template name="okcancelignore">
|
||||||
<form>
|
<form>
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -38,6 +38,13 @@
|
|||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template name="okcancelbuttonscanceldefault">
|
||||||
|
<form>
|
||||||
|
<button name="OK" text="$yestext"/>
|
||||||
|
<button name="Cancel" text="$notext"/>
|
||||||
|
</form>
|
||||||
|
</template>
|
||||||
|
|
||||||
<template name="okcancelignore">
|
<template name="okcancelignore">
|
||||||
<form>
|
<form>
|
||||||
<button name="OK" text="$yestext"/>
|
<button name="OK" text="$yestext"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user