Skip to content

Commit

Permalink
modificando posições dos links de preenhimento
Browse files Browse the repository at this point in the history
  • Loading branch information
Danillo Souza committed May 14, 2013
1 parent 649315c commit 83d8a26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ <h1>Moip Assinaturas</h1>
<form class="form-horizontal" method="post">
<div class="alert alert-info">
<input type="text" class="input-xlarge" placeholder="TOKEN" id="token">
<input type="text" class="input-medium" placeholder="Código do Plano" id="plan_code">
<a href="#" id="carregar_dados">Preencher Formulário</a>
<input type="text" class="input-xlarge" placeholder="Código do Plano" id="plan_code">
</div>

<div class="tabbable"> <!-- Only required for left/right tabs -->
Expand All @@ -49,7 +48,7 @@ <h1>Moip Assinaturas</h1>

<div class="tab-content">
<div class="tab-pane active" id="tab1">
<legend>Dados do assinante</legend>
<legend>Dados do assinante (<a href="#" id="carregar_dados">Preencher Formulário</a>)</legend>
<div class="control-group">
<label class="control-label" for="fullname">Nome</label>
<div class="controls">
Expand Down

0 comments on commit 83d8a26

Please sign in to comment.