cartodb-4.42/lib/assets/javascripts/cartodb/common/dialogs/confirm_edit_geom.jst.ejs
2024-04-06 05:25:13 +00:00

20 lines
693 B
Plaintext

<div class="Dialog-header u-inner">
<div class="Dialog-headerIcon Dialog-headerIcon--alert">
<i class="CDB-IconFont CDB-IconFont-question"></i>
</div>
<p class="Dialog-headerTitle">This geometry is too big to edit from the web</p>
<p class="Dialog-headerText">
Editing this geometry could freeze or crash your browser, and you could lose your work.
We encourage you to edit this feature through the API.
</p>
</div>
<div class="Dialog-footer Dialog-footer--simple u-inner">
<button class="Button Button--secondary Dialog-footerBtn cancel">
<span>cancel</span>
</button>
<button class="Button Button--alert ok">
<span>Ok, continue</span>
</button>
</div>