mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	
							parent
							
								
									05b67fc486
								
							
						
					
					
						commit
						66c42f0524
					
				@ -53,8 +53,10 @@
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div id="setup-type" data-bind="visible: step() == 'setup-type'" style="margin-top: 20px;">
 | 
			
		||||
            <form data-bind="submit: selectSetupType">
 | 
			
		||||
 | 
			
		||||
              <div class="radio" style="margin-bottom: 15px;">
 | 
			
		||||
                <label><input type="radio" name="setup-type" value="new-document" data-bind="checked: setupType">
 | 
			
		||||
                  <label><input type="radio" name="setup-type" value="new-document" data-bind="checked: setupType"">
 | 
			
		||||
                      <%= t("setup.new-document") %></label>
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="radio" style="margin-bottom: 15px;">
 | 
			
		||||
@ -62,11 +64,12 @@
 | 
			
		||||
                      <%= t("setup.sync-from-desktop") %></label>
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="radio" style="margin-bottom: 15px;">
 | 
			
		||||
                <label><input type="radio" name="setup-type" value="sync-from-server" data-bind="checked: setupType">
 | 
			
		||||
                  <label><input type="radio" name="setup-type" value="sync-from-server" data-bind="checked: setupType"">
 | 
			
		||||
                      <%= t("setup.sync-from-server") %></label>
 | 
			
		||||
              </div>
 | 
			
		||||
 | 
			
		||||
            <button type="button" data-bind="disable: !setupTypeSelected(), click: selectSetupType" class="btn btn-primary"><%= t("setup.next") %></button>
 | 
			
		||||
              <button type="submit" data-bind="disable: !setupTypeSelected()" class="btn btn-primary"><%= t("setup.next") %></button>
 | 
			
		||||
            </form>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div data-bind="visible: step() == 'new-document-in-progress'">
 | 
			
		||||
@ -104,6 +107,8 @@
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div data-bind="visible: step() == 'sync-from-server'">
 | 
			
		||||
          <form data-bind="submit: finish">
 | 
			
		||||
 | 
			
		||||
            <h2><%= t("setup_sync-from-server.heading") %></h2>
 | 
			
		||||
 | 
			
		||||
            <p><%= t("setup_sync-from-server.instructions") %></p>
 | 
			
		||||
@ -125,9 +130,9 @@
 | 
			
		||||
 | 
			
		||||
            <button type="button" data-bind="click: back" class="btn btn-secondary"><%= t("setup_sync-from-server.back") %></button>
 | 
			
		||||
 | 
			
		||||
             
 | 
			
		||||
            <button type="submit" class="btn btn-primary"><%= t("setup_sync-from-server.finish-setup") %></button>
 | 
			
		||||
          </form>
 | 
			
		||||
 | 
			
		||||
            <button type="button" data-bind="click: finish" class="btn btn-primary"><%= t("setup_sync-from-server.finish-setup") %></button>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div data-bind="visible: step() == 'sync-in-progress'">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user