Files
andors-trail/AndorsTrailEdit/partials/export.html
Oskar Wiksten dd51f5de6c Updates to content editor
* Do not reset store prices on items when changing between manual and automatic pricing.
* Correct urls on import/export pages to where the files are placed.
* Show indications in item table editor on effects that cause actor conditions.
2013-03-27 19:35:56 +01:00

17 lines
577 B
HTML

<h3>Export</h3>
<fieldset>
Export
<select ng-model="selectedSection" ng-options="s.name for s in sections">
</select>
<button ng-click="exportData()" class="btn btn-primary"><i class="icon-download"></i> Export</button>
<p> </p>
<div ng-ds-fade="content">
<textarea id="importExportTextArea" rows="9" cols="80" ng-model="content"></textarea>
<br /><br />
<p>Exported data should be placed in the files named <a href="http://code.google.com/p/andors-trail/source/browse/#git%2FAndorsTrail%2Fres%2Fraw">res/raw/*.json</a> in the source code.</p>
</div>
</div>