examples/api-samples/views/sample26.haml in groupdocs-1.5.7 vs examples/api-samples/views/sample26.haml in groupdocs-1.5.8
- old
+ new
@@ -39,16 +39,21 @@
%td #{(defined? user.private_key) ? user.private_key : ''}
%br/
#requestForm{:style => 'padding:20px; border:1px solid black;'}
%p Enter data for request and press "Make request" button
%form{:action => '/sample26', :enctype => 'multipart/form-data', :method => 'post'}
- %label{:for => 'email'} Login
+ %label{:for => 'login'} Login
%br/
- %input{:type=>'text', :name=>'email'}
+ %input{:type=>'text', :name=>'login'}
%br/
%label{:for => 'password'} Password
%br/
- %input{:type=>'text', :name=>'password'}
+ %input{:type=>'password', :name=>'password'}
+ %br/
+ %label{:for => 'basePath'} Base Path
+ %span{:class => 'optional'} (Optional)
+ %br/
+ %input{:type=>'text', :name=>'basePath'}
%br/
%input{:type => 'submit', :value => 'Make Request'}
= partial :_others_samples
\ No newline at end of file