Add template to the cancel link.

This commit is contained in:
Mark Crane
2015-04-06 07:17:51 +00:00
parent b194261635
commit 5352d2fbb2

View File

@@ -5,26 +5,26 @@
Timeout="0"
LockIn="no"
inputLanguage="English"
cancelAction="http://{$domain_name}{$project_path}/app/provision/?file=cancel.xml"
cancelAction="http://{$domain_name}{$project_path}/app/provision/?file=cancel.xml&template={$template}"
displayMode = "condensed"
defaultIndex="1" >
<!-- displayMode parameter only for T46 T48 T28 model. -->
<Title>Login de usuario</Title>
<URL>http://{$domain_name}{$project_path}/app/provision/?file=index.xml&template={$device_template}</URL>
<URL>http://{$domain_name}{$project_path}/app/provision/?file=index.xml&template={$template}</URL>
<InputField type="number" password="no" editable="yes">
<Prompt>Usuario:</Prompt>
<Parameter>userid</Parameter>
<Selection>1</Selection>
<Default>{$userid}</Default>
<Default>{$user_id}</Default>
</InputField>
<InputField type="string" password="yes" editable="yes">
<Prompt>Senha:</Prompt>
<Parameter>passwd</Parameter>
<Selection>2</Selection>
<Default>{$passwd}</Default>
<Default>{$password}</Default>
</InputField>
</YealinkIPPhoneInputScreen>