Add template to the cancel link.
This commit is contained in:
parent
4749b99a7e
commit
25b5f0b193
|
|
@ -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>
|
||||
Loading…
Reference in New Issue