From 8ab0da7da22a84b735aff05f40ac57f347a739bd Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 12 Aug 2008 20:43:56 +0000 Subject: Admin advices can be easily extended to new advices. Admin advices plugin can be translated like any other plugins. Admin advices plugin has been extended with External summary (a technical and non translated part). Some template cleaning. git-svn-id: http://piwigo.org/svn/trunk@2472 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/ws_checker.tpl | 218 ------------------------------------- 1 file changed, 218 deletions(-) delete mode 100644 template/yoga/admin/ws_checker.tpl (limited to 'template/yoga/admin/ws_checker.tpl') diff --git a/template/yoga/admin/ws_checker.tpl b/template/yoga/admin/ws_checker.tpl deleted file mode 100644 index cce3c7f49..000000000 --- a/template/yoga/admin/ws_checker.tpl +++ /dev/null @@ -1,218 +0,0 @@ -{* $Id$ *} - -
- -

{'title_wscheck'|@translate} - {'web_services'|@translate}

-
- -{if !empty($update_results)} - -{/if} - -{* Add Access *} -
- -
- {'ws_adding_legend'|@translate} - - {* Access key *} - - - - - - {* Target (cat/ids, tag/ids, or list/ids ids=id,id-id,...) *} - - - - - - {* Restricted access to specific request *} - - - - - - {* Limit number of images information to be return *} - - - - - - {* Open service is postponed by n days *} - {* In comment currently - - - - - *} - - {* Opened service only for n days *} - - - - - - {* Idendify your partner (name / website / phone) as you want *} - - - - - - {* Add submit button *} - - - - -
- - - -
- - - - ({'Access: see help text for more'|@translate}) - -
- - - - ({'ws_Methods'|@translate}) -
- - - -
- - - -
- - - -
- -
-
- -
- - -
-
-
- -{if !empty($access_list)} - -
- - - - - - - -
- {'ws_update_legend'|@translate} - - - - - - - - - - - {foreach from=$access_list item=access name=access_loop} - - - - - - - - - - {/foreach} -
 {'ws_KeyName'|@translate}{'ws_Access'|@translate}{'ws_End'|@translate}{'ws_Request'|@translate}{'ws_Limit'|@translate}{'ws_Comment'|@translate}
- - {$access.TARGET}{$access.END}{$access.REQUEST}{$access.LIMIT}{$access.COMMENT}
- - - - - - -
- {'ws_delete_legend'|@translate} - - - -
-
- - - - - -
- - - - - - - ({'Web Services availability duration in days'|@translate}) -
- -
-
-{/if} - -{if isset($WS_STATUS)} -

{$WS_STATUS}

-{/if} -- cgit v1.2.3