File: noaccounts.xhtml

package info (click to toggle)
tbsync 4.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,380 kB
  • sloc: javascript: 4,203; makefile: 21; sh: 9
file content (17 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>

<window
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    title="TbSync Account Settings" >

    <hbox flex="1" pack="center">
        <vbox flex="1" pack="center">
             <description style="text-align:center">__TBSYNCMSG_manager.noaccounts__</description>	     
        </vbox>
    </hbox>
    
    <script type="text/javascript" src="chrome://tbsync/content/scripts/locales.js" /> 
</window>