Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !15 opened Feb 27, 2014 by Oláh István Gergely@ogergo 
  • Report abuse
Report abuse

Feature Jsmenu

fixed: seperating node-list-action button and node-detail-action button dropdown menu now uses js, css fallback Node status changer templates, view, javascript Node rename js, view some missing trans issue 86 fix index-nodes buttons colorchanging

todo: check and fix more trans

  • Discussion 3
  • Commits 17
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Őry Máté
    @orymate started a discussion on an old version of the diff Feb 28, 2014
    circle/dashboard/templates/dashboard/confirm/ajax-node-status.html
    4 <div class="modal-content">
    5 <div class="modal-body">
    6
    7 {% if text %}
    8 {{ text }}
    9 {% else %}
    10 {%blocktrans with object=object%}
    11 Are you sure you want to change <strong>{{ object }}</strong> status?
    12 {%endblocktrans%}
    13 {% endif %}
    14 <div class="pull-right">
    15 <form action="" method="POST">
    16 {% csrf_token %}
    17 <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
    18 <input type="hidden" name="change_status" value="_"/>
    19 <button class="btn btn-warning">Yes, {{ status }}</button>
    • Őry Máté @orymate commented Feb 28, 2014
      Owner

      trans

      trans
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on an old version of the diff Feb 28, 2014
    Last updated by Oláh István Gergely Mar 12, 2014
    circle/dashboard/templates/dashboard/confirm/node-status.html
    25 25 <form action="" method="POST">
    26 26 {% csrf_token %}
    27 27 <a class="btn btn-default">Back</a>
    28 <input type="hidden" name="new_status" value="{{ status }}"/>
    28 <input type="hidden" name="change_status" value="_"/>
    • Őry Máté @orymate commented Feb 28, 2014
      Owner

      ?

      ?
    • Oláh István Gergely @ogergo commented Mar 12, 2014
      Developer

      fixed.

      fixed.
    Please register or sign in to reply
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Őry Máté
Assignee
Őry Máté @orymate
Assign to
Pilot deploy
Milestone
Pilot deploy
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/cloud!15