diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-02-16 03:06:41 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-02-16 03:06:41 +0000 |
commit | d9b6ce8e875128e0bcac16c09db67636370856d0 (patch) | |
tree | ff3c20b659c1bde4df2d122d622ba7702f324a65 /template/yoga/admin | |
parent | bbc2dc24191681c863badea1e04b08cf44e46dc5 (diff) |
- adviser mode: added check on admin profile page and removed 2 read-only TAG_INPUT_ENABLED
- simplified tag code in picture.php
- reduced size of dark/theme.css by combining selectors with identical content
git-svn-id: http://piwigo.org/svn/trunk@1827 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/element_set_global.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/history.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/user_list.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/admin/element_set_global.tpl b/template/yoga/admin/element_set_global.tpl index 0548097c5..1c2c3ee33 100644 --- a/template/yoga/admin/element_set_global.tpl +++ b/template/yoga/admin/element_set_global.tpl @@ -164,7 +164,7 @@ </ul> - <p><input class="submit" type="submit" value="{L_SUBMIT}" name="submit_caddie" {TAG_INPUT_ENABLED}/></p> + <p><input class="submit" type="submit" value="{L_SUBMIT}" name="submit_caddie" /></p> </fieldset> diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl index f0d364d6f..697c37df5 100644 --- a/template/yoga/admin/history.tpl +++ b/template/yoga/admin/history.tpl @@ -82,7 +82,7 @@ </select> </label> - <input class="submit" type="submit" name="submit" value="{lang:submit}" {TAG_INPUT_ENABLED}/> + <input class="submit" type="submit" name="submit" value="{lang:submit}" /> </fieldset> </form> diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl index 7aef79821..8f38fc9ae 100644 --- a/template/yoga/admin/user_list.tpl +++ b/template/yoga/admin/user_list.tpl @@ -58,7 +58,7 @@ </select> </label> - <input class="submit" type="submit" name="submit_filter" value="{lang:submit}" {TAG_INPUT_ENABLED}/> + <input class="submit" type="submit" name="submit_filter" value="{lang:submit}" /> </fieldset> |