Changeset 1512
- Timestamp:
- 24/06/2010 20:18:25 (20 months ago)
- Location:
- trunk/gestorpsi
- Files:
-
- 2 modified
-
locale/pt_BR/LC_MESSAGES/django.po (modified) (1 diff)
-
templates/demographic/demographic_occupation.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gestorpsi/locale/pt_BR/LC_MESSAGES/django.po
r1505 r1512 3693 3693 msgstr "Ocupações" 3694 3694 3695 msgid "Occupation Code" 3696 msgstr "Código de ocupação" 3697 3698 msgid "Occupation Search" 3699 msgstr "Procurar ocupação" 3700 3695 3701 #: templates/client/client_print.html:248 3696 3702 msgid "Client have no occupation registered" -
trunk/gestorpsi/templates/demographic/demographic_occupation.html
r1496 r1512 54 54 55 55 56 <label>Occupation Code <a style="cursor: pointer;" class="show_ocup_search">Search Code?</a><br>56 <label>{% trans "Occupation Code" %}<a style="cursor: pointer;" class="show_ocup_search">{% trans "Search Code?" %}</a><br> 57 57 <input type="text" id="id_ocup_class" name="ocup_class" value="{{ occupation.profession.cbo_code }}" mask="9999-99"> 58 58 </label> … … 69 69 <br /> 70 70 71 <label class="ocup_search hidden" style="display: none;"> Occupation Search<br>71 <label class="ocup_search hidden" style="display: none;">{% trans "Occupation Search" %}<br> 72 72 <input type="text" class="big" name="ocup_search_key"> 73 <a id="ocup_search_key" name="ocup_search_key">Buscar</a> 73 74 </label> 74 75
