~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to tmpl/cms/edit_author.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2009-06-19 23:03:15 UTC
  • mfrom: (1.2.1 upstream) (9.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090619230315-rm1vcgg5iymu2zh1
Tags: 4.2.6.1-1
* New upstream release
* Update Standards-Version (no changes)
* Don't specify full path to apache2ctl in postinst (thanks, Lintian)
* Remove unused Lintian overrides
* Don't install empty directory in extlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
    </mtapp:setting>
233
233
 
234
234
<mt:if name="id">
 
235
    <mt:if name="can_use_userpic">
235
236
    <mtapp:setting
236
237
        id="userpic_asset_id"
237
238
        label="<__trans phrase="Userpic">"
249
250
            <span id="ajax-message"></span>
250
251
        </span>
251
252
    </mtapp:setting>
 
253
    </mt:if>
252
254
</mt:if>
253
255
 
254
256
    <mt:if name="can_modify_password">
302
304
                <input type="password" name="pass_verify" id="pass_verify" class="full-width" value="" />
303
305
            </div>
304
306
        </mtapp:setting>
305
 
        <mtapp:setting
306
 
            id="hint"
307
 
            required="1"
308
 
            label="<__trans phrase="Password recovery word/phrase">"
309
 
            hint="<__trans phrase="This word or phrase will be required to recover a forgotten password.">">
310
 
            <div class="textarea-wrapper">
311
 
                <input name="hint" id="hint" class="full-width" value="<mt:var name="hint" escape="html">" />
312
 
            </div>
313
 
        </mtapp:setting>
 
307
        <mt:unless name="new_object">
 
308
            <mt:if name="hint">
 
309
                <mtapp:setting
 
310
                    id="hint"
 
311
                    required="0"
 
312
                    label="<__trans phrase="Password recovery word/phrase">"
 
313
                    hint="<__trans phrase="This word or phrase is not used in the password recovery.">">
 
314
                    <div class="textarea-wrapper">
 
315
                        <input name="hint" id="hint" class="full-width" value="<mt:var name="hint" escape="html">" />
 
316
                    </div>
 
317
                </mtapp:setting>
 
318
            </mt:if>
 
319
        </mt:Unless>
314
320
        </div>
315
321
    </mt:if>
316
322